[commit: ghc] master: gitlab-ci: Allow Darwin CircleCI build to fail (e1c5ab0)
git at git.haskell.org
git at git.haskell.org
Sat Dec 22 15:56:48 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e1c5ab0a308c698745adf7cb6218b74ad8ba3164/ghc
>---------------------------------------------------------------
commit e1c5ab0a308c698745adf7cb6218b74ad8ba3164
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 22 01:09:20 2018 -0500
gitlab-ci: Allow Darwin CircleCI build to fail
This is currently spuriously failing. Moreover, we have the Mac Mini builder
running again so this is much less necessary now.
>---------------------------------------------------------------
e1c5ab0a308c698745adf7cb6218b74ad8ba3164
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5eff228..4c2f2a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -385,4 +385,5 @@ validate-x86_64-windows:
circleci-validate-x86_64-darwin:
extends: .circleci
stage: full-build
+ allow_failure: true
script: ".gitlab/circle-ci-job.sh validate-x86_64-darwin"
More information about the ghc-commits
mailing list