mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
release-cross.nix: test cross compilation to x86_64-netbsd
This commit is contained in:
parent
8b725cf898
commit
547f1386d3
|
@ -166,6 +166,9 @@ in
|
|||
i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded;
|
||||
x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded;
|
||||
|
||||
# TODO: fix cross compilation of nix{,Unstable} to netbsd and switch to common
|
||||
x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd embedded;
|
||||
|
||||
# we test `embedded` instead of `linuxCommon` because very few packages
|
||||
# successfully cross-compile to Redox so far
|
||||
x86_64-redox = mapTestOnCross lib.systems.examples.x86_64-unknown-redox embedded;
|
||||
|
|
Loading…
Reference in a new issue