diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-31 14:46:39 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-31 14:47:05 -0400 |
commit | 3a6eb591eb23f873a156d2b63365ab1ae74863e0 (patch) | |
tree | 748ee8ff24f4605b1882851eac7a0cf72d44be96 | |
parent | 1103f323eef35608f5caf1d9a1404d8f5d04c1c7 (diff) | |
download | haskell-wip/release-things.tar.gz |
gitlab-ci: Drop Debian 8 jobwip/release-things
-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 ################################# |