From 7c63edb4959037b9c2912ad4a75465d24907d75d Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Fri, 7 Jun 2019 16:20:01 -0400 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a328d5d1de17..00355c33da48 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" -- GitLab