summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-31 14:46:39 -0400
committerBen Gamari <ben@smart-cactus.org>2021-03-31 14:46:39 -0400
commit370dbf7b9cf97585767bd30742292d7a0a941e5e (patch)
treeeadee1515f5f2245e727838b6736511a92b352ab
parent55cde6fb4df98e833780b6adb7d846fef2c12cc2 (diff)
downloadhaskell-370dbf7b9cf97585767bd30742292d7a0a941e5e.tar.gz
gitlab-ci: Drop Debian 8 jobghc-9.2.1-alpha1
-rw-r--r--.gitlab-ci.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9eb87ab227..6008d6c84b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1028,32 +1028,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
#################################