1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

It is less mature than the other two, but we are in the process of
making it better, and caching helps.
This commit is contained in:
John Ericson 2024-06-18 14:03:12 -04:00
parent bab20def47
commit dc1bb1e780

View file

@ -258,6 +258,7 @@ in
x86_64-freebsd = mapTestOnCross systems.examples.x86_64-freebsd common;
x86_64-netbsd = mapTestOnCross systems.examples.x86_64-netbsd common;
x86_64-openbsd = mapTestOnCross systems.examples.x86_64-openbsd common;
# we test `embedded` instead of `linuxCommon` because very few packages
# successfully cross-compile to Redox so far