summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-25 16:54:25 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-25 16:55:43 -0500
commitbb06c6b12c4a24c049fa8fbc9c470f12d625ca18 (patch)
treeae94cb8de66c786ce9b332b420a1ea4aea614d1a /.gitlab-ci.yml
parent5569eefff5aabaa53b7e7e50b9ea4b177559deb1 (diff)
downloadhaskell-bb06c6b12c4a24c049fa8fbc9c470f12d625ca18.tar.gz
gitlab-ci: Allow Windows to fail for now
While we sort out #16084.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e471d99611..6d8276faf3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,11 +328,11 @@ validate-x86_64-linux-deb9-unreg:
validate-x86_64-windows-hadrian:
extends: .validate-windows
stage: full-build
+ # due to #16073
+ allow_failure: true
variables:
GHC_VERSION: "8.6.2"
LANG: "en_US.UTF-8"
- # due to #16073
- allow_failure: true
script:
- |
set MSYSTEM=MINGW64
@@ -352,6 +352,8 @@ validate-x86_64-windows-hadrian:
validate-x86_64-windows:
extends: .validate-windows
stage: full-build
+ # due to #16084
+ allow_failure: true
variables:
GHC_VERSION: "8.6.2"
LANG: "en_US.UTF-8"