Skip to content
Snippets Groups Projects
Commit 799b1d26 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

gitlab-ci: Use GHC 8.6.5 for Windows CI builds

parent c4f94320
No related branches found
No related tags found
No related merge requests found
......@@ -552,14 +552,14 @@ validate-x86_64-linux-fedora27:
cache:
paths:
- cabal-cache
- ghc-8.6.2
- ghc-8.6.5
- ghc-tarballs
.build-windows-hadrian:
extends: .build-windows
stage: full-build
variables:
GHC_VERSION: "8.6.2"
GHC_VERSION: "8.6.5"
# due to #16574 this currently fails
allow_failure: true
script:
......@@ -601,7 +601,7 @@ nightly-i386-windows-hadrian:
allow_failure: true
variables:
BUILD_FLAVOUR: "quick"
GHC_VERSION: "8.6.2"
GHC_VERSION: "8.6.5"
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-mingw32.tar.xz"
script:
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment