[commit: ghc] master: CircleCI: Reenable artifact collection on Darwin (a1950e6)
git at git.haskell.org
git at git.haskell.org
Fri Nov 24 17:03:05 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a1950e6dc03b560105903ad44050b1570f3bc24f/ghc
>---------------------------------------------------------------
commit a1950e6dc03b560105903ad44050b1570f3bc24f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Nov 23 15:03:18 2017 -0500
CircleCI: Reenable artifact collection on Darwin
Supposedly the original issue has been fixed.
>---------------------------------------------------------------
a1950e6dc03b560105903ad44050b1570f3bc24f
.circleci/config.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index bac3276..620ac35 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -148,9 +148,8 @@ jobs:
- *make
- *test
- *bindist
- # Disabled due to CircleCI brokenness
- #- *collectartifacts
- #- *storeartifacts
+ - *collectartifacts
+ - *storeartifacts
"validate-hadrian-x86_64-linux":
resource_class: xlarge
More information about the ghc-commits
mailing list