lol

Merge pull request #232760 from Ericson2314/ci-freebsd

release-cross.nix: test cross compilation to x86_64-freebsd

authored by

Weijia Wang and committed by
GitHub
2615f1d6 3ece3ad2

+1
+1
pkgs/top-level/release-cross.nix
··· 227 227 riscv32-embedded = mapTestOnCross lib.systems.examples.riscv32-embedded embedded; 228 228 rx-embedded = mapTestOnCross lib.systems.examples.rx-embedded embedded; 229 229 230 + x86_64-freebsd = mapTestOnCross lib.systems.examples.x86_64-freebsd common; 230 231 x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd common; 231 232 232 233 # we test `embedded` instead of `linuxCommon` because very few packages