Skip to content

Commit 7f52f3d

Browse files
dmcilvaneyanphel31
authored andcommitted
Also pass toolchain dir to external package cache fetcher (#5299)
1 parent ed78614 commit 7f52f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolkit/scripts/imggen.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ $(image_external_package_cache_summary): $(cached_file) $(go-imagepkgfetcher) $(
162162
--log-file=$(LOGS_DIR)/imggen/externalimagepkgfetcher.log \
163163
--rpm-dir=$(RPMS_DIR) \
164164
--tmp-dir=$(image_fetcher_tmp_dir) \
165+
--toolchain-rpms-dir="$(TOOLCHAIN_RPMS_DIR)" \
165166
--tdnf-worker=$(chroot_worker) \
166167
--external-only \
167168
--package-graph=$(graph_file) \

0 commit comments

Comments
 (0)