diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-08-18 03:18:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-08-18 03:19:33 -0400 |
commit | 506f39e29f1807fd018bbe4ca74905f1bd31683f (patch) | |
tree | a7e3f5647773eaebf9599b9b5e7e838dc7840c80 | |
parent | 47e162374051ed3e874ed7916cc811df288cbd95 (diff) | |
download | haskell-wip/update-darwin-bootstrap.tar.gz |
gitlab-ci: Update bootstrap compiled used for Darwin buildswip/update-darwin-bootstrap
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f212dfc625..df0697b8bf 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 |