summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-08-18 07:18:16 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-19 06:12:36 (GMT)
commit5e40356f65bc2d62c73be8015c759899f072ac9a (patch)
tree2e4ec69fe0e7b7e234fa4befe9dac451a87eb031
parentac79dfe9cb51f38e122af9a404d50aead8a9e8b0 (diff)
downloadghc-5e40356f65bc2d62c73be8015c759899f072ac9a.zip
ghc-5e40356f65bc2d62c73be8015c759899f072ac9a.tar.gz
ghc-5e40356f65bc2d62c73be8015c759899f072ac9a.tar.bz2
gitlab-ci: Update bootstrap compiled used for Darwin builds
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f212dfc..df0697b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -300,7 +300,7 @@ validate-x86_64-darwin:
tags:
- x86_64-darwin
variables:
- GHC_VERSION: 8.6.3
+ GHC_VERSION: 8.6.5
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz"
MACOSX_DEPLOYMENT_TARGET: "10.7"
# Only Sierra and onwards supports clock_gettime. See #12858
@@ -323,7 +323,7 @@ validate-x86_64-darwin:
when: always
expire_in: 2 week
cache:
- key: darwin
+ key: "darwin-$GHC_VERSION"
paths:
- cabal-cache
- toolchain