[Git][ghc/ghc][wip/fix-windows] gitlab-ci: Don't allow Windows make job to fail

Ben Gamari gitlab at gitlab.haskell.org
Fri Jun 7 20:20:15 UTC 2019



Ben Gamari pushed to branch wip/fix-windows at Glasgow Haskell Compiler / GHC


Commits:
afe2837c by Ben Gamari at 2019-06-07T20:20:01Z
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
=====================================
@@ -640,8 +640,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/afe2837ce1d1d04e335811feb1d9d8e9dc05116b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/afe2837ce1d1d04e335811feb1d9d8e9dc05116b
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/20190607/13bdb353/attachment.html>


More information about the ghc-commits mailing list