packages/build: pass try_download to build_enable_qemu_binfmt()

This commit is contained in:
InsanePrawn 2024-04-02 02:49:18 +02:00
parent 4a48e78ec0
commit 6f09fe4403
2 changed files with 14 additions and 4 deletions

View file

@ -446,7 +446,7 @@ def cmd_build(
packages_extra = BASE_PACKAGES + profile.pkgs_include
if arch != config.runtime.arch:
build_enable_qemu_binfmt(arch)
build_enable_qemu_binfmt(arch, try_download=not no_download_pkgs)
if local_repos and build_pkgs:
logging.info("Making sure all packages are built")