diff options
author | Ben Gamari <ben@well-typed.com> | 2019-05-18 17:34:06 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-21 17:23:01 -0400 |
commit | c32f64e5a9bcdb17d69bcabf0f0db0203eb6b7d9 (patch) | |
tree | 9261dbaa23f37dda647cb3f51754082af626753e | |
parent | 4a6c8436f974cafc36a6e0462878614bdc0899c0 (diff) | |
download | haskell-c32f64e5a9bcdb17d69bcabf0f0db0203eb6b7d9.tar.gz |
gitlab-ci: Allow Windows Hadrian build to fail
Due to #16574.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1628e7bfe2..3baf50de6c 100644 --- a/.gitlab-ci.yml +++ b/.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 |