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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user