[Git][ghc/ghc][master] gitlab-ci: Use GHC 8.6.5 for Windows CI builds
Marge Bot
gitlab at gitlab.haskell.org
Mon Jun 3 02:55:22 UTC 2019
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
799b1d26 by Ben Gamari at 2019-06-03T02:55:18Z
gitlab-ci: Use GHC 8.6.5 for Windows CI builds
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -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:
- |
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/799b1d26977b5841aa580e07c8f8e65356eed785
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/799b1d26977b5841aa580e07c8f8e65356eed785
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190602/00de1cba/attachment-0001.html>
More information about the ghc-commits
mailing list