[Git][ghc/ghc][wip/fix-windows] gitlab-ci: Don't allow Windows make job to fail
Ben Gamari
gitlab at gitlab.haskell.org
Wed Jun 19 18:38:02 UTC 2019
Ben Gamari pushed to branch wip/fix-windows at Glasgow Haskell Compiler / GHC
Commits:
07b9fd09 by Ben Gamari at 2019-06-19T18:37:51Z
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.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -728,8 +728,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"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/07b9fd09318141be5a5c0038c1acdf8178b84f02
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/07b9fd09318141be5a5c0038c1acdf8178b84f02
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190619/1e31315a/attachment.html>
More information about the ghc-commits
mailing list