Skip to content

Commit 099bd53

Browse files
committed
Test more cross compilation
1 parent 638768b commit 099bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
|| (system == "x86_64-darwin" && __elem compiler-nix-name ["ghc8107"]))) {
7171
inherit (lib.systems.examples) ghcjs;
7272
} // lib.optionalAttrs (nixpkgsName == "unstable"
73-
&& ((system == "x86_64-linux" && __elem compiler-nix-name ["ghc8107" "ghc902" "ghc926" "ghc927" "ghc944"])
73+
&& ((system == "x86_64-linux" && __elem compiler-nix-name ["ghc8107" "ghc902" "ghc926" "ghc927" "ghc944" "ghc961"])
7474
|| (system == "x86_64-darwin" && __elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
7575
inherit (lib.systems.examples) mingwW64;
76-
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && __elem compiler-nix-name ["ghc8107" "ghc902" "ghc922" "ghc923" "ghc924" "ghc926" "ghc927"]) {
76+
} // lib.optionalAttrs (system == "x86_64-linux" && nixpkgsName == "unstable" && __elem compiler-nix-name ["ghc8107" "ghc902" "ghc922" "ghc923" "ghc924" "ghc926" "ghc927" "ghc944" "ghc961"]) {
7777
# Musl cross only works on linux
7878
# aarch64 cross only works on linux
7979
inherit (lib.systems.examples) musl64 aarch64-multiplatform;

0 commit comments

Comments
 (0)