summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-05-19 09:09:36 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-05-19 09:10:16 +0100
commit60f088b3c24253375e4ddf3ad72fea3c47f3a1b7 (patch)
tree0c920989a8f86eb70d867074ba40d796abd18e82 /.gitlab-ci.yml
parentfc9546caf3e16db070bfc7bb5523c38595233e26 (diff)
downloadhaskell-60f088b3c24253375e4ddf3ad72fea3c47f3a1b7.tar.gz
CI: Disable darwin builds
They are taking over 4 hours to complete which is stalling the rest of the merge pipeline.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
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: