diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-26 16:09:25 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-26 16:10:07 -0400 |
commit | 9b95cdc113db44fdd4de97a0033e5986a629ca2b (patch) | |
tree | 44cb1c6a5fd819acb6db85807765f327cf050f12 | |
parent | 61bf505f4c623eeb343f377cb8cb017b6a723aa7 (diff) | |
download | haskell-wip/bump-bootstrap.tar.gz |
gitlab-ci: Bump bootstrap compiler to 8.8.4wip/bump-bootstrap
Hopefully this will make the Windows jobs a bit more reliable.
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b8772b203..78e4f04458 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -293,8 +293,8 @@ hadrian-ghc-in-ghci: # porting guide [1]. # [1] https://www.freebsd.org/doc/en/books/porters-handbook/using-iconv.html) CONFIGURE_ARGS: "--with-gmp-includes=/usr/local/include --with-gmp-libraries=/usr/local/lib --with-iconv-includes=/usr/local/include --with-iconv-libraries=/usr/local/lib" - GHC_VERSION: 8.10.1 - CABAL_INSTALL_VERSION: 3.2.0.0 + GHC_VERSION: "8.10.1" + CABAL_INSTALL_VERSION: "3.2.0.0" BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-portbld-freebsd.tar.xz" TEST_ENV: "x86_64-freebsd" BUILD_FLAVOUR: "validate" @@ -368,7 +368,7 @@ validate-x86_64-darwin: tags: - x86_64-darwin variables: - GHC_VERSION: 8.8.3 + GHC_VERSION: 8.8.4 CABAL_INSTALL_VERSION: 3.0.0.0 BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-apple-darwin.tar.xz" MACOSX_DEPLOYMENT_TARGET: "10.7" @@ -396,7 +396,7 @@ validate-x86_64-darwin: tags: - x86_64-darwin variables: - GHC_VERSION: 8.8.3 + GHC_VERSION: 8.8.4 MACOSX_DEPLOYMENT_TARGET: "10.7" ac_cv_func_clock_gettime: "no" LANG: "en_US.UTF-8" @@ -777,8 +777,8 @@ validate-x86_64-linux-fedora27: #FORCE_SYMLINKS: 1 LANG: "en_US.UTF-8" SPHINXBUILD: "/mingw64/bin/sphinx-build.exe" - CABAL_INSTALL_VERSION: 3.0.0.0 - GHC_VERSION: "8.8.3" + CABAL_INSTALL_VERSION: "3.0.0.0" + GHC_VERSION: "8.8.4" cache: paths: - cabal-cache |