Skip to content
Snippets Groups Projects
Commit bb06c6b1 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Allow Windows to fail for now

While we sort out #16084.
parent 5569eeff
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment