[Git][ghc/ghc][master] 2 commits: gitlab-ci: Ensure that Hadrian jobs don't download artifacts
Marge Bot
gitlab at gitlab.haskell.org
Tue Jul 28 00:11:00 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
57aca6bb by Ben Gamari at 2020-07-27T20:10:54-04:00
gitlab-ci: Ensure that Hadrian jobs don't download artifacts
Previously the Hadrian jobs had the default dependencies, meaning that
they would download artifacts from all jobs of earlier stages. This is
unneccessary.
- - - - -
0a815cea by Ben Gamari at 2020-07-27T20:10:54-04:00
gitlab-ci: Bump bootstrap compiler to 8.8.4
Hopefully this will make the Windows jobs a bit more reliable.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -190,6 +190,7 @@ lint-release-changelogs:
key: hadrian
paths:
- cabal-cache
+ dependencies: []
artifacts:
reports:
junit: junit.xml
@@ -292,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"
@@ -367,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"
@@ -395,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"
@@ -776,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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3d345c9680ab3d766ef43dd8389ccc1eaeca066c...0a815cea9fa11ce6ef22aec3525dd7a0df541daf
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3d345c9680ab3d766ef43dd8389ccc1eaeca066c...0a815cea9fa11ce6ef22aec3525dd7a0df541daf
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/20200727/00c4d7fa/attachment-0001.html>
More information about the ghc-commits
mailing list