diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-07 16:20:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-09 18:03:38 -0500 |
commit | 7c63edb4959037b9c2912ad4a75465d24907d75d (patch) | |
tree | 24aa11ca3cc02be71d99f4b5d9ba419fae005880 /.gitlab-ci.yml | |
parent | 7c2ce0a03eb18deb3b255c1f39df89081a772e93 (diff) | |
download | haskell-7c63edb4959037b9c2912ad4a75465d24907d75d.tar.gz |
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a328d5d1de..00355c33da 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" |