Skip to content

Commit 3abc61f

Browse files
committed
Run CI for GHC 9.10.2 JS
1 parent 936fa02 commit 3abc61f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@
7777
# of 'lib.systems.examples' are not understood between all versions
7878
let lib = nixpkgs.lib;
7979
in lib.optionalAttrs (nixpkgsName == "unstable"
80-
&& (__match ".*llvm" compiler-nix-name == null)
81-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc9102"])
82-
|| (system == "aarch64-linux" && !builtins.elem compiler-nix-name ["ghc9102"])
83-
|| (system == "x86_64-darwin" && !builtins.elem compiler-nix-name ["ghc9102"])
84-
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc9102"])
85-
)) {
80+
&& (__match ".*llvm" compiler-nix-name == null)) {
8681
inherit (lib.systems.examples) ghcjs;
8782
} // lib.optionalAttrs (nixpkgsName == "unstable"
8883
&& (__match ".*llvm" compiler-nix-name == null)

0 commit comments

Comments
 (0)