summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-07 20:20:01 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-09 23:03:38 (GMT)
commit7c63edb4959037b9c2912ad4a75465d24907d75d (patch)
tree24aa11ca3cc02be71d99f4b5d9ba419fae005880
parent7c2ce0a03eb18deb3b255c1f39df89081a772e93 (diff)
downloadghc-7c63edb4959037b9c2912ad4a75465d24907d75d.zip
ghc-7c63edb4959037b9c2912ad4a75465d24907d75d.tar.gz
ghc-7c63edb4959037b9c2912ad4a75465d24907d75d.tar.bz2
gitlab-ci: Don't allow Windows make job to fail
While linking is still slow (#16084) all of the correctness issues which were preventing us from being able to enforce testsuite-green on Windows are now resolved.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a328d5d..00355c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -808,8 +808,6 @@ nightly-i386-windows-hadrian:
.build-windows-make:
extends: .build-windows
stage: full-build
- # due to #16084
- allow_failure: true
variables:
BUILD_FLAVOUR: "quick"
GHC_VERSION: "8.6.5"