diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-12 15:30:32 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-04-12 15:41:07 -0400 |
commit | 30a0988d2a1398bc5be79e506a3cc55df4b5bd79 (patch) | |
tree | 4d1bce0735606f5af3648af6590f31c23e996814 | |
parent | f4b5a6c040abb492367fdfe18c4f2ebf03c0d084 (diff) | |
download | haskell-30a0988d2a1398bc5be79e506a3cc55df4b5bd79.tar.gz |
gitlab: Disable windows-hadrian job
Not only is it reliably failing due to #16574 but all of the quickly
failing builds also causes the Windows runners to run out of disk space.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e8d50d5aa..4f1aab4045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -525,7 +525,7 @@ validate-x86_64-linux-fedora27: paths: - ghc.tar.xz -validate-x86_64-windows-hadrian: +.validate-x86_64-windows-hadrian: extends: .build-windows-hadrian variables: MSYSTEM: MINGW64 |