diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-05-19 09:09:36 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-05-19 09:10:16 +0100 |
commit | 60f088b3c24253375e4ddf3ad72fea3c47f3a1b7 (patch) | |
tree | 0c920989a8f86eb70d867074ba40d796abd18e82 | |
parent | fc9546caf3e16db070bfc7bb5523c38595233e26 (diff) | |
download | haskell-60f088b3c24253375e4ddf3ad72fea3c47f3a1b7.tar.gz |
CI: Disable darwin builds
They are taking over 4 hours to complete which is stalling the rest of
the merge pipeline.
-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 dbb088c8da..b749506a53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -520,7 +520,7 @@ release-x86_64-freebsd: # x86_64-darwin ################################# -validate-x86_64-darwin: +.validate-x86_64-darwin: extends: .validate stage: full-build tags: @@ -618,7 +618,7 @@ validate-x86_64-darwin: - cabal-cache - toolchain -validate-aarch64-darwin: +.validate-aarch64-darwin: extends: .validate stage: full-build tags: |