summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-11 13:52:36 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-16 19:33:01 -0500
commitf82791382806dcaa0ea2241d97b17e1d3369c0b6 (patch)
tree819c3ee3ecdd773171a5aae4989abe3e87b5fc90
parent37d788ab42703682ed22642d1a9f97351a12c7cd (diff)
downloadhaskell-f82791382806dcaa0ea2241d97b17e1d3369c0b6.tar.gz
gitlab-ci: Drop redundant release-x86_64-linux-deb9 job
-rw-r--r--.gitlab-ci.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 242b65ae62..b8d8bd16e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -620,20 +620,6 @@ nightly-x86_64-linux-deb9-integer-simple:
variables:
- $NIGHTLY
-release-x86_64-linux-deb9:
- extends: .validate-linux
- stage: build
- image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
- variables:
- BUILD_FLAVOUR: perf
- TEST_ENV: "x86_64-linux-deb9"
- BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux.tar.xz"
- artifacts:
- when: always
- expire_in: 2 week
- cache:
- key: linux-x86_64-deb9
-
validate-x86_64-linux-deb9-dwarf:
extends: .build-x86_64-linux-deb9
stage: full-build