Skip to content
Snippets Groups Projects
Commit 5e40356f authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

gitlab-ci: Update bootstrap compiled used for Darwin builds

parent ac79dfe9
Branches master
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ validate-x86_64-darwin: ...@@ -300,7 +300,7 @@ validate-x86_64-darwin:
tags: tags:
- x86_64-darwin - x86_64-darwin
variables: variables:
GHC_VERSION: 8.6.3 GHC_VERSION: 8.6.5
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz" BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz"
MACOSX_DEPLOYMENT_TARGET: "10.7" MACOSX_DEPLOYMENT_TARGET: "10.7"
# Only Sierra and onwards supports clock_gettime. See #12858 # Only Sierra and onwards supports clock_gettime. See #12858
...@@ -323,7 +323,7 @@ validate-x86_64-darwin: ...@@ -323,7 +323,7 @@ validate-x86_64-darwin:
when: always when: always
expire_in: 2 week expire_in: 2 week
cache: cache:
key: darwin key: "darwin-$GHC_VERSION"
paths: paths:
- cabal-cache - cabal-cache
- toolchain - toolchain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment