summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-30 10:28:49 -0500
committerBen Gamari <ben@smart-cactus.org>2020-02-14 10:16:59 -0500
commite35f3f98b085a6bd925bef1b97f81a3117358e8c (patch)
treec73a073126a4544dd1a7cd558b8e7f7d04ef410d
parent798d59f6a2b517db50ec2536a8331d610a2b379c (diff)
downloadhaskell-e35f3f98b085a6bd925bef1b97f81a3117358e8c.tar.gz
gitlab-ci: Allow i386 Windows builds to fail again
Due to the resistance of #17736 to resolution.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1c7b30a37..7f96ac8d69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -893,6 +893,8 @@ release-x86_64-windows:
# Due to #15934
BUILD_PROF_LIBS: "NO"
TEST_ENV: "i386-windows"
+ # Due to #17736
+ allow_failure: true
cache:
key: "i386-windows-$WINDOWS_TOOLCHAIN_VERSION"