summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-13 22:53:37 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-16 19:38:51 -0400
commitb3bb1b06b875291cfd7be2a0c0afc87f3c0574e0 (patch)
treeadb4d9e71e25f20cd138acbacb7581693e708a22
parent3c35e14058f909bf0c26b5553fc9c61559fc5708 (diff)
downloadhaskell-b3bb1b06b875291cfd7be2a0c0afc87f3c0574e0.tar.gz
gitlab-ci: Don't allow failure of deb9-dwarf job
This #16741 out of the way this should now pass.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d8b8ee89d..99f9377025 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -546,11 +546,10 @@ release-x86_64-linux-deb9-dwarf:
extends: .validate-linux
stage: build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
- allow_failure: true
variables:
CONFIGURE_ARGS: "--enable-dwarf-unwind"
BUILD_FLAVOUR: dwarf
- TEST_ENV: "x86_64-linux-deb9"
+ TEST_ENV: "x86_64-linux-deb9-dwarf"
artifacts:
when: always
expire_in: 2 week