diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 03:35:43 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-16 19:33:01 -0500 |
commit | 8ba650e9f50724d5bbec6cdd7e1d462cf8b7895a (patch) | |
tree | efd86cc8ce28cc1e4103d7d5139201c56c0e5e68 /.gitlab-ci.yml | |
parent | e6d4b902fe2072c4cf75cfc2ec3d9f595938b3a1 (diff) | |
download | haskell-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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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" |