i think crossdirect works for real now?

This commit is contained in:
InsanePrawn 2021-10-05 20:31:11 +02:00
parent f90bf1006a
commit eb67c34f9b
2 changed files with 18 additions and 6 deletions

View file

@ -358,7 +358,7 @@ def setup_build_chroot(arch: str, extra_packages=[]) -> str:
chroot_path = create_chroot(
chroot_name,
arch=arch,
packages=list(set(['base-devel', 'git', 'ccache'] + extra_packages)),
packages=list(set(['base-devel', 'git'] + extra_packages)),
extra_repos=get_kupfer_local(arch).repos,
)
pacman_cache = mount_pacman_cache(chroot_path, arch)