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:10:27 -04:00
parent bab20def47
commit dc1bb1e780
+1
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