about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2024-06-18 14:03:12 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2024-06-18 14:10:27 -0400
commitdc1bb1e780787e2dfa11b954bb77397dd2eb5fff (patch)
tree39900d340eaa1bd92286bfaaff4784b2731a7f51 /pkgs/top-level/release-cross.nix
parentbab20def476ecc8d7bc46122affd1712fc0fcb35 (diff)
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.
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index d6896155c920e..4b41dc5bdcd27 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -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