mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 13:45:45 -05:00
packages.py: cmd_build(): batch CROSSDIRECT_PKGS installation
This commit is contained in:
parent
c22b509347
commit
135ffc5def
1 changed files with 2 additions and 2 deletions
|
@ -630,8 +630,8 @@ def cmd_build(paths: list[str], force=False, arch=None):
|
||||||
enable_crossdirect=False,
|
enable_crossdirect=False,
|
||||||
enable_ccache=False,
|
enable_ccache=False,
|
||||||
)
|
)
|
||||||
for pkg in CROSSDIRECT_PKGS:
|
|
||||||
subprocess.run(['pacman', '-Syy', pkg, '--noconfirm', '--needed'])
|
subprocess.run(['pacman', '-Syy', '--noconfirm', '--needed'] + CROSSDIRECT_PKGS)
|
||||||
binfmt_register(arch)
|
binfmt_register(arch)
|
||||||
|
|
||||||
build_packages_by_paths(
|
build_packages_by_paths(
|
||||||
|
|
Loading…
Add table
Reference in a new issue