Skip to content

Commit 93121b0

Browse files
committed
Disable mingwW64 for GHC HEAD (patches needed to build it no longer apply cleanly and the fix is not clear)
1 parent e0cb580 commit 93121b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
inherit (lib.systems.examples) ghcjs;
8787
} // lib.optionalAttrs (
8888
(__match ".*llvm" compiler-nix-name == null)
89-
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884"])
89+
&& ((system == "x86_64-linux" && !builtins.elem compiler-nix-name ["ghc884" "ghc91120240620"]) # Including GHC HEAD here because the patches for rts/RtsSymbols.c no longer apply and mingwW64 GHC build fails without them
9090
|| (system == "x86_64-darwin" && builtins.elem compiler-nix-name []))) { # TODO add ghc versions when we have more darwin build capacity
9191
inherit (lib.systems.examples) mingwW64;
9292
} // lib.optionalAttrs (nixpkgsName == "unstable"

0 commit comments

Comments
 (0)