diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-25 17:13:58 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-04-25 17:16:21 -0400 |
commit | 0040af598865733e6565530f4b036e11563976fc (patch) | |
tree | e386c155233d2244a8f7b8ade667ed54ca7013b9 /.gitlab-ci.yml | |
parent | 4811cd398fecd8a900666deebef9074e37afa015 (diff) | |
download | haskell-0040af598865733e6565530f4b036e11563976fc.tar.gz |
gitlab-ci: Reintroduce DWARF-enabled bindists
It seems that this was inadvertently dropped in
1285d6b95fbae7858abbc4722bc2301d7fe40425.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09fc9db473..2213d7941d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -439,6 +439,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 |