[Git][ghc/ghc][wip/backports-8.8] gitlab-ci: Bump bootstrap compiler version
Ben Gamari
gitlab at gitlab.haskell.org
Wed Jun 24 22:55:49 UTC 2020
Ben Gamari pushed to branch wip/backports-8.8 at Glasgow Haskell Compiler / GHC
Commits:
dbe8a594 by Ben Gamari at 2020-06-24T18:55:28-04:00
gitlab-ci: Bump bootstrap compiler version
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -207,7 +207,7 @@ validate-x86_64-darwin:
tags:
- x86_64-darwin
variables:
- GHC_VERSION: 8.6.3
+ GHC_VERSION: "8.8.3"
CABAL_INSTALL_VERSION: 2.4.1.0
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz"
MACOSX_DEPLOYMENT_TARGET: "10.7"
@@ -561,7 +561,7 @@ release-x86_64-linux-fedora27-dwarf:
stage: full-build
allow_failure: true
variables:
- GHC_VERSION: "8.6.2"
+ GHC_VERSION: "8.8.3"
script:
- |
python boot
@@ -599,7 +599,7 @@ nightly-i386-windows-hadrian:
allow_failure: true
variables:
BUILD_FLAVOUR: "UNSET"
- GHC_VERSION: "8.6.2"
+ GHC_VERSION: "8.8.3"
BUILD_PROF_LIBS: "YES"
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-mingw32.tar.xz"
script:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dbe8a5947aa5714777611260dafaaebd7fd0f822
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dbe8a5947aa5714777611260dafaaebd7fd0f822
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/20200624/325ec0c2/attachment.html>
More information about the ghc-commits
mailing list