mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
release-cross.nix: test cross compilation to x86_64-freebsd
PR #138711 added NetBSD. FreeBSD has come a long ways since the last release. It would be good to have this cached for 23.05.
This commit is contained in:
parent
062aab451e
commit
10d6d56743
@ -227,6 +227,7 @@ in
|
||||
riscv32-embedded = mapTestOnCross lib.systems.examples.riscv32-embedded embedded;
|
||||
rx-embedded = mapTestOnCross lib.systems.examples.rx-embedded embedded;
|
||||
|
||||
x86_64-freebsd = mapTestOnCross lib.systems.examples.x86_64-freebsd common;
|
||||
x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd common;
|
||||
|
||||
# we test `embedded` instead of `linuxCommon` because very few packages
|
||||
|
Loading…
Reference in New Issue
Block a user