[Git][ghc/ghc][wip/bump-win32] gitlab-ci: Remove allow_failure from Windows jobs

Ben Gamari gitlab at gitlab.haskell.org
Wed Sep 30 16:19:47 UTC 2020



Ben Gamari pushed to branch wip/bump-win32 at Glasgow Haskell Compiler / GHC


Commits:
2773bcfd by Ben Gamari at 2020-09-30T12:18:16-04:00
gitlab-ci: Remove allow_failure from Windows jobs

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -809,8 +809,6 @@ validate-x86_64-linux-fedora27:
 ############################################################
 
 .build-windows:
-  # For the reasons given in #17777 this build isn't reliable.
-  allow_failure: true
   before_script:
     - git clean -xdf
 
@@ -977,8 +975,6 @@ doc-tarball:
   variables:
     LINUX_BINDIST: "ghc-x86_64-deb9-linux-debug.tar.xz"
     WINDOWS_BINDIST: "ghc-x86_64-mingw32.tar.xz"
-  # Due to Windows allow_failure
-  allow_failure: true
   artifacts:
     paths:
       - haddock.html.tar.xz



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2773bcfd71034ca31630cc3c76ce429245bb8b6e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2773bcfd71034ca31630cc3c76ce429245bb8b6e
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/20200930/925fc0e0/attachment.html>


More information about the ghc-commits mailing list