Clean up envs passing for chroots, add crossdirect packages (todo: cleanup)
This commit is contained in:
parent
c9572bed0f
commit
b490cd10ee
3 changed files with 17 additions and 11 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue