diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-21 14:58:40 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-27 20:09:07 -0400 |
commit | aa054d32a8ff69c334293a0d6c9d11b83a236a96 (patch) | |
tree | 6ccd9125aad7d0bcd85633267403af5e0ff6110a /.gitlab-ci.yml | |
parent | 6ff89c173f39813f74d7bbf95770c5e40039f155 (diff) | |
download | haskell-aa054d32a8ff69c334293a0d6c9d11b83a236a96.tar.gz |
Drop 32-bit Windows support
As noted in #18487, we have reached the end of this road.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21047966f1..2ea30af32b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -817,15 +817,6 @@ validate-x86_64-windows-hadrian: cache: key: "x86_64-windows-hadrian-$WINDOWS_TOOLCHAIN_VERSION" -nightly-i386-windows-hadrian: - <<: *nightly - extends: .build-windows-hadrian - variables: - MSYSTEM: MINGW32 - TEST_ENV: "i386-windows-hadrian" - cache: - key: "i386-windows-hadrian-$WINDOWS_TOOLCHAIN_VERSION" - .build-windows-make: extends: .build-windows stage: full-build @@ -882,34 +873,6 @@ release-x86_64-windows-integer-simple: BIGNUM_BACKEND: native BUILD_FLAVOUR: "perf" - -.build-i386-windows-make: - extends: .build-windows-make - variables: - MSYSTEM: MINGW32 - # Due to #15934 - BUILD_PROF_LIBS: "NO" - TEST_ENV: "i386-windows" - # Due to #17736 - allow_failure: true - cache: - key: "i386-windows-$WINDOWS_TOOLCHAIN_VERSION" - -validate-i386-windows: - extends: .build-i386-windows-make - variables: - BUILD_FLAVOUR: "perf" - -release-i386-windows: - <<: *release - extends: .build-i386-windows-make - variables: - BUILD_FLAVOUR: "perf" - -nightly-i386-windows: - <<: *nightly - extends: .build-i386-windows-make - ############################################################ # Cleanup ############################################################ |