[commit: ghc] master: gitlab-ci: Disable CircleCI Darwin builds (bd8a6bd)
git at git.haskell.org
git at git.haskell.org
Sun Dec 23 21:53:09 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bd8a6bde2ee73e599800137b9428a401bc105985/ghc
>---------------------------------------------------------------
commit bd8a6bde2ee73e599800137b9428a401bc105985
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 23 16:52:27 2018 -0500
gitlab-ci: Disable CircleCI Darwin builds
They aren't finishing correctly anyways.
>---------------------------------------------------------------
bd8a6bde2ee73e599800137b9428a401bc105985
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c2f2a4..6b1a22f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -382,7 +382,7 @@ validate-x86_64-windows:
# This requires updating the maximum artifacts size limit in Gitlab to
# something like 200MB.
-circleci-validate-x86_64-darwin:
+.circleci-validate-x86_64-darwin:
extends: .circleci
stage: full-build
allow_failure: true
More information about the ghc-commits
mailing list