diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-09-30 12:18:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-10-16 00:15:31 -0400 |
commit | c4a69f37acf5c04e3c4d912d01b25a06a71b224c (patch) | |
tree | f5eefd7da806ddb1b12487d988c93291c1be1d34 /.gitlab-ci.yml | |
parent | 330a5433b709c0cc16eb5fe9a06c21f4b2009be7 (diff) | |
download | haskell-c4a69f37acf5c04e3c4d912d01b25a06a71b224c.tar.gz |
gitlab-ci: Remove allow_failure from Windows jobs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 511e7d0f28..ff7f0f6153 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -856,9 +856,7 @@ validate-x86_64-linux-fedora27: ############################################################ .build-windows: - # For the reasons given in #17777 this build isn't reliable. needs: [validate-x86_64-linux-deb9-hadrian] - allow_failure: true before_script: - git clean -xdf @@ -988,8 +986,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 @@ -1155,8 +1151,6 @@ pages: dependencies: - doc-tarball image: ghcci/x86_64-linux-deb9:0.2 - # Due to Windows allow_failure - allow_failure: true tags: - x86_64-linux script: |