summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-26 17:46:16 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-07 13:13:02 -0500
commitacf40cae24dab7be7c719dba191daa5cf9f7e676 (patch)
tree2218f61774da97758e53261b9250a8e01c9ec985
parent7844f3a84fca2a79910f164f5a9d2d44b589bb44 (diff)
downloadhaskell-acf40cae24dab7be7c719dba191daa5cf9f7e676.tar.gz
gitlab-ci: Disallow Windows from failing
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fddeebfa87..e7d78e74af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -847,7 +847,6 @@ nightly-i386-windows-hadrian:
.build-windows-make:
extends: .build-windows
stage: full-build
- allow_failure: true
variables:
BUILD_FLAVOUR: "quick"
GHC_VERSION: "8.6.5"