Clean up envs passing for chroots, add crossdirect packages (todo: cleanup)

This commit is contained in:
InsanePrawn 2021-10-02 06:35:51 +02:00
parent c9572bed0f
commit b490cd10ee
3 changed files with 17 additions and 11 deletions

View file

@ -87,3 +87,5 @@ GCC_HOSTSPECS: dict[DistroArch, dict[TargetArch, str]] = {
'aarch64': 'aarch64-unknown-linux-gnu',
}
}
CROSSDIRECT_PKGS = ['crossdirect', 'qemu-user-static-bin', 'binfmt-qemu-static-all-arch']