[commit: ghc] master: CircleCI: Disable artifact collection on OS X (d213ee8)
git at git.haskell.org
git at git.haskell.org
Tue Nov 21 21:49:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d213ee8766aeba2d2add5390d46bdcdc42c5dd51/ghc
>---------------------------------------------------------------
commit d213ee8766aeba2d2add5390d46bdcdc42c5dd51
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 21 14:22:22 2017 -0500
CircleCI: Disable artifact collection on OS X
The storeartifacts step inexplicably hangs on OS X. I am currently be working
with CircleCI support to resolve this.
>---------------------------------------------------------------
d213ee8766aeba2d2add5390d46bdcdc42c5dd51
.circleci/config.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b2e59eb..723d07c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -120,8 +120,9 @@ jobs:
- *make
- *test
- *bindist
- - *collectartifacts
- - *storeartifacts
+ # Disabled due to CircleCI brokenness
+ #- *collectartifacts
+ #- *storeartifacts
workflows:
version: 2
More information about the ghc-commits
mailing list