summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-02-03 13:51:45 -0500
committerBen Gamari <ben@smart-cactus.org>2020-02-05 16:29:11 -0500
commitceb218ccf40dcfc0b492234b7a473bfb9dba3301 (patch)
tree2f073ca4af3ebaf87e08a231822415afba498ce0
parentf33b150411c16c1a3d29265a3037958924ba0bf3 (diff)
downloadhaskell-wip/windows-ci-2.tar.gz
gitlab-ci: Allow Windows build to fail due to #17777wip/windows-ci-2
The fact that `exec` isn't POSIX compliant means that things can break in arbitrarily bad ways. Sometimes things happen to work correctly but sadly this isn't always the case.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31e4a600b3..30e14d80a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -769,6 +769,7 @@ validate-x86_64-linux-fedora27:
.build-windows:
<<: *only-default
+ # For the reasons given in #17777 this build isn't reliable.
allow_failure: true
before_script:
- git clean -xdf