release-cross.nix: test cross compilation to x86_64-netbsd

This commit is contained in:
sternenseemann 2021-09-20 16:18:44 +02:00 committed by Alyssa Ross
parent 8b725cf898
commit 547f1386d3

View file

@ -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;