diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-19 11:42:56 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-21 16:52:38 -0500 |
commit | 4147df3a83e9dc8ad5015e8d5439de9269f6c20c (patch) | |
tree | 1c4e4371945e6ca1dc155ed389bd4dcdd10f7cb3 /.gitlab-ci.yml | |
parent | 59f292424c6e5fa198aa33c18470168a3b60a12d (diff) | |
download | haskell-4147df3a83e9dc8ad5015e8d5439de9269f6c20c.tar.gz |
gitlab-ci: Allow Hadrian build on Windows to fail
Due to #16073.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c97baa5d5..b803358e91 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 |