summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-10 03:35:43 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-16 19:33:01 -0500
commit8ba650e9f50724d5bbec6cdd7e1d462cf8b7895a (patch)
treeefd86cc8ce28cc1e4103d7d5139201c56c0e5e68
parente6d4b902fe2072c4cf75cfc2ec3d9f595938b3a1 (diff)
downloadhaskell-8ba650e9f50724d5bbec6cdd7e1d462cf8b7895a.tar.gz
gitlab-ci: Allow debian 8 build to fail
The python release shipped with deb8 (3.3) is too old for our testsuite driver.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8eb3ea1de3..422756187c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -681,6 +681,7 @@ release-x86_64-linux-deb10:
extends: .validate-linux
stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb8:$DOCKER_REV"
+ allow_failure: true
variables:
TEST_ENV: "x86_64-linux-deb8"
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb8-linux.tar.xz"