summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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