diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-31 14:46:39 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-01 08:21:30 -0400 |
commit | 65c50d8d289f7d3bb6601b238f094c0da92a1d22 (patch) | |
tree | 0b5c9912292115bded0a093daf678e663cdcd73a /.gitlab-ci.yml | |
parent | 2266bdaedebbe046740da9649815ec94f7c756cb (diff) | |
download | haskell-65c50d8d289f7d3bb6601b238f094c0da92a1d22.tar.gz |
gitlab-ci: Drop Debian 8 job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 26 |
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 ################################# |