[Git][ghc/ghc][master] 2 commits: gitlab-ci: Allow Windows Hadrian build to fail

Marge Bot gitlab at gitlab.haskell.org
Tue May 21 21:26:31 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
c32f64e5 by Ben Gamari at 2019-05-21T21:23:01Z
gitlab-ci: Allow Windows Hadrian build to fail

Due to #16574.
- - - - -
412a1f39 by Ben Gamari at 2019-05-21T21:23:01Z
Update .gitlab-ci.yml
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -560,6 +560,8 @@ validate-x86_64-linux-fedora27:
   stage: full-build
   variables:
     GHC_VERSION: "8.6.2"
+  # due to #16574 this currently fails
+  allow_failure: true
   script:
     - |
       python boot



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/4a6c8436f974cafc36a6e0462878614bdc0899c0...412a1f39ecc26fb8bce997bfe71e87b7284a1493

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/4a6c8436f974cafc36a6e0462878614bdc0899c0...412a1f39ecc26fb8bce997bfe71e87b7284a1493
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/20190521/09679342/attachment.html>


More information about the ghc-commits mailing list