Skip to content

Commit

Permalink
Also pass toolchain dir to external package cache fetcher (#5299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney authored and anphel31 committed Apr 14, 2023
1 parent ed78614 commit 7f52f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolkit/scripts/imggen.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ $(image_external_package_cache_summary): $(cached_file) $(go-imagepkgfetcher) $(
--log-file=$(LOGS_DIR)/imggen/externalimagepkgfetcher.log \
--rpm-dir=$(RPMS_DIR) \
--tmp-dir=$(image_fetcher_tmp_dir) \
--toolchain-rpms-dir="$(TOOLCHAIN_RPMS_DIR)" \
--tdnf-worker=$(chroot_worker) \
--external-only \
--package-graph=$(graph_file) \
Expand Down

0 comments on commit 7f52f3d

Please sign in to comment.