Skip to content
Snippets Groups Projects
Commit c32f64e5 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

gitlab-ci: Allow Windows Hadrian build to fail

Due to #16574.
parent 4a6c8436
No related branches found
No related tags found
No related merge requests found
......@@ -559,7 +559,9 @@ validate-x86_64-linux-fedora27:
extends: .build-windows
stage: full-build
variables:
GHC_VERSION: "8.6.2"
GHC_VERSION: "8.6.2
# due to #16574 this currently fails
allow_failure: true
script:
- |
python boot
......
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