summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-25 17:13:58 -0400
committerBen Gamari <ben@smart-cactus.org>2019-04-26 13:53:21 -0400
commitc56dad0132275841f92a02b79da7d3612ef85025 (patch)
tree0fc8f676a8928cf7eef75378faabcf17b565cbc6
parentf175c306d914a93b330e508c3e57cfdd893fedae (diff)
downloadhaskell-c56dad0132275841f92a02b79da7d3612ef85025.tar.gz
gitlab-ci: Reintroduce DWARF-enabled bindists
It seems that this was inadvertently dropped in 1285d6b95fbae7858abbc4722bc2301d7fe40425.
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e58071473..4b54f28f6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -394,6 +394,21 @@ validate-x86_64-linux-deb9-unreg:
CONFIGURE_ARGS: --enable-unregisterised
TEST_ENV: "x86_64-linux-deb9-unreg"
+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"
+ artifacts:
+ when: always
+ expire_in: 2 week
+ cache:
+ key: linux-x86_64-deb9
+
#################################
# x86_64-linux-deb8