summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-25 13:45:10 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-25 13:54:05 +0000
commit69c610f6f084a3f68994043d2bf11f18016e8052 (patch)
tree823762127996a3e1d95da9eb89f360ff742be290 /.gitlab-ci.yml
parent254b17977e228a4ec419c98e95588d564d36ddb1 (diff)
downloaddbus-69c610f6f084a3f68994043d2bf11f18016e8052.tar.gz
CI: Remove EOL versions of Debian and Ubuntu
Debian 9 'stretch' is EOL, and Ubuntu 16.04 is EOL unless you enter into a special subscription with Canonical. This puts them outside our informal security-support policy, and realistically, anyone sufficiently change-averse to be following these distributions is not going to be backporting a current version of dbus. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 294438b0..ea8a9d12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,21 +142,6 @@ x86_64-w64-mingw32-cmake-debug:
ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"
-stretch:
- extends: .debian-build
- when: manual
- image: "debian:stretch-slim"
- variables:
- ci_suite: "stretch"
-
-xenial:
- extends: .debian-build
- when: manual
- image: "ubuntu:xenial"
- variables:
- ci_distro: "ubuntu"
- ci_suite: "xenial"
-
.win-build:
image: $WINDOWS_IMAGE
when: manual