[Git][ghc/ghc][wip/disable-windows-hadrian] gitlab-ci: Allow Windows Hadrian build to fail
Ben Gamari
gitlab at gitlab.haskell.org
Sat May 18 21:34:07 UTC 2019
Ben Gamari pushed to branch wip/disable-windows-hadrian at Glasgow Haskell Compiler / GHC
Commits:
82e9451c by Ben Gamari at 2019-05-18T21:34:06Z
gitlab-ci: Allow Windows Hadrian build to fail
Due to #16574.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -559,7 +559,9 @@ validate-x86_64-linux-fedora27:
extends: .build-windows
stage: full-build
variables:
- GHC_VERSION: "8.6.2"
+ 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/commit/82e9451c5491aeabd91cd7d89e2d358f963425f3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/82e9451c5491aeabd91cd7d89e2d358f963425f3
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/20190518/ac681e0f/attachment.html>
More information about the ghc-commits
mailing list