summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-31 14:46:39 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 08:21:30 -0400
commit65c50d8d289f7d3bb6601b238f094c0da92a1d22 (patch)
tree0b5c9912292115bded0a093daf678e663cdcd73a
parent2266bdaedebbe046740da9649815ec94f7c756cb (diff)
downloadhaskell-65c50d8d289f7d3bb6601b238f094c0da92a1d22.tar.gz
gitlab-ci: Drop Debian 8 job
-rw-r--r--.gitlab-ci.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9700ac9666..adf9582c47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1032,32 +1032,6 @@ release-x86_64-linux-ubuntu2004:
extends: .build-x86_64-linux-ubuntu2004
#################################
-# x86_64-linux-deb8
-#################################
-
-.build-x86_64-linux-deb8:
- extends: .validate-linux
- stage: full-build
- image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb8:$DOCKER_REV"
- # Due to #18298.
- allow_failure: true
- variables:
- TEST_ENV: "x86_64-linux-deb8"
- BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb8-linux.tar.xz"
- # Debian 8's Sphinx is too old to support the table directive's :widths:
- # option: https://sourceforge.net/p/docutils/patches/120/
- BUILD_SPHINX_HTML: "NO"
- BUILD_SPHINX_INFO: "NO"
- BUILD_SPHINX_PDF: "NO"
- BUILD_SPHINX_MAN: "NO"
- cache:
- key: linux-x86_64-deb8
-
-release-x86_64-linux-deb8:
- <<: *release
- extends: .build-x86_64-linux-deb8
-
-#################################
# x86_64-linux-alpine
#################################