[commit: ghc] master: gitlab-ci: Allow Hadrian build on Windows to fail (4147df3)
git at git.haskell.org
git at git.haskell.org
Fri Dec 21 21:56:37 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4147df3a83e9dc8ad5015e8d5439de9269f6c20c/ghc
>---------------------------------------------------------------
commit 4147df3a83e9dc8ad5015e8d5439de9269f6c20c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Dec 19 11:42:56 2018 -0500
gitlab-ci: Allow Hadrian build on Windows to fail
Due to #16073.
>---------------------------------------------------------------
4147df3a83e9dc8ad5015e8d5439de9269f6c20c
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c97baa..b803358 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -257,6 +257,8 @@ validate-x86_64-windows-hadrian:
stage: full-build
variables:
GHC_VERSION: "8.6.2"
+ # due to #16073
+ allow_failure: true
script:
- PATH=C:\msys64\usr\bin;%PATH%
- bash .gitlab/win32-init.sh
More information about the ghc-commits
mailing list