From d298cb9cf722126316c9697c20a8e0048498efb9 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 19 Feb 2019 11:40:40 -0500 Subject: gitlab-ci: Produce DWARF-enabled binary distribution --- .gitlab-ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149e32ae5f..c762c88058 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: 2757db588256b0f96dd44d602f0857ae8f86a704 + DOCKER_REV: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f before_script: - python3 .gitlab/fix-submodules.py @@ -258,6 +258,21 @@ validate-x86_64-linux-deb9: cache: key: linux-x86_64-deb9 +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 + nightly-x86_64-linux-deb9: extends: validate-x86_64-linux-deb9 stage: build -- cgit v1.2.1