[commit: ghc] wip/dwarf-release: gitlab-ci: Always generate Windows bindist tarball (67f015e)
git at git.haskell.org
git at git.haskell.org
Wed Feb 20 14:59:50 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/dwarf-release
Link : http://ghc.haskell.org/trac/ghc/changeset/67f015ecef18979504d790419c2564a48057064b/ghc
>---------------------------------------------------------------
commit 67f015ecef18979504d790419c2564a48057064b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jan 9 13:38:30 2019 -0500
gitlab-ci: Always generate Windows bindist tarball
Currently there are many testsuite failures (#16156). It will take a while to
sort these out so let's just always generate a bindist.
>---------------------------------------------------------------
67f015ecef18979504d790419c2564a48057064b
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52ef0c7..78ba746 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -360,6 +360,7 @@ validate-x86_64-linux-deb9-unreg:
- bash -c 'make clean || true'
dependencies: []
artifacts:
+ when: always # remove when #16156 is sorted
paths:
- ghc-bindist-*.tar.xz
cache:
More information about the ghc-commits
mailing list