]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Don't build on Debian 8 'jessie'
authorSimon McVittie <smcv@collabora.com>
Mon, 6 Apr 2020 13:50:02 +0000 (14:50 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 6 Apr 2020 13:50:02 +0000 (14:50 +0100)
Debian 8 'jessie' has reached EOL for mainstream security support,
which puts it outside our usual distribution/OS support policy.

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml
.travis.yml

index 5473ed8387f8f876fc4836e294c0d5e864814a70..d642da2a937080a2b259e292575eff41838514fc 100644 (file)
@@ -118,14 +118,6 @@ build:x86_64-w64-mingw32-cmake-debug:
     ci_variant: "debug"
   script: *script
 
-build:jessie:
-  when: manual
-  stage: build
-  image: "debian:jessie-slim"
-  variables:
-    ci_suite: "jessie"
-  script: *script
-
 build:stretch:
   when: manual
   stage: build
index 026cd06c1662ed4ed6d1b7b71d8e0a79d7bd90e9..7a98d0b72e7b8dda4a85c09936f110e54476fea1 100644 (file)
@@ -37,7 +37,6 @@ env:
   - ci_host=i686-w64-mingw32 ci_buildsys=cmake ci_variant=debug
   - ci_host=x86_64-w64-mingw32 ci_variant=debug
   - ci_host=x86_64-w64-mingw32 ci_buildsys=cmake
-  - ci_docker=debian:jessie-slim ci_distro=debian ci_suite=jessie
   - ci_docker=debian:stretch-slim ci_distro=debian ci_suite=stretch
   - ci_docker=debian:buster-slim ci_distro=debian ci_suite=buster