From dc1bb1e780787e2dfa11b954bb77397dd2eb5fff Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 18 Jun 2024 14:03:12 -0400 Subject: [PATCH] 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. --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index d6896155c920..4b41dc5bdcd2 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