diff options
| author | John Ericson <John.Ericson@Obsidian.Systems> | 2024-06-18 14:03:12 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-06-21 01:10:32 +0000 |
| commit | f3784de553d1dd8f872f55a7e70216a86b02f762 (patch) | |
| tree | b891a46aaf1974aab7484b45f28be8840444d70f | |
| parent | lib.systems: Default `useLLVM` to true with OpenBSD too (diff) | |
| download | nixpkgs-f3784de553d1dd8f872f55a7e70216a86b02f762.tar.gz | |
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.
(cherry picked from commit dc1bb1e780787e2dfa11b954bb77397dd2eb5fff)
| -rw-r--r-- | pkgs/top-level/release-cross.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
