Skip to content

Commit 2115890

Browse files
committed
Drop mingwW64 from ci
1 parent eea3e69 commit 2115890

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
|| (system == "aarch64-darwin" && !builtins.elem compiler-nix-name ["ghc902" "ghc928" "ghc948" "ghc966" "ghc982" "ghc983" "ghc984"])
9090
)) {
9191
inherit (lib.systems.examples) ghcjs;
92-
} // lib.optionalAttrs (
93-
(__match ".*llvm" compiler-nix-name == null)
94-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc902" "ghc928"]) # Including GHC HEAD here because the patches for rts/RtsSymbols.c no longer apply and mingwW64 GHC build fails without them
95-
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
96-
inherit (lib.systems.examples) mingwW64;
9792
} // lib.optionalAttrs (nixpkgsName == "unstable"
9893
&& (__match ".*llvm" compiler-nix-name == null)
9994
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc8107" "ghc902" "ghc928" "ghc948"])

0 commit comments

Comments
 (0)