summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-13 22:53:37 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-14 15:27:14 -0400
commit911107603f4c9e1c74e3ac578d3590cea13c5419 (patch)
tree1bb6c223b0bfdd1969d5ccd4adebe4c7334edfdf
parent6088b59060f720c89c80e32b34ce73b9109c6e2d (diff)
downloadhaskell-wip/T16741.tar.gz
gitlab-ci: Don't allow failure of deb9-dwarf jobwip/T16741
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 032966b5e2..e7d2705677 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -523,11 +523,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