mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-29 11:45:36 -04:00
packages/build: pass try_download
to build_enable_qemu_binfmt()
This commit is contained in:
parent
4a48e78ec0
commit
6f09fe4403
2 changed files with 14 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue