]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop Debian buster from the CI
authorOndřej Surý <ondrej@isc.org>
Tue, 27 Sep 2022 11:56:55 +0000 (13:56 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 25 Apr 2024 11:19:47 +0000 (13:19 +0200)
The Debian buster is officially EoL and in LTS mode, so we can drop it
to stabilize the CI.

(cherry picked from commit 7238c85c88d97458257795896ea9a17792b37669)

.gitlab-ci.yml
doc/arm/platforms.inc.rst

index 0704f0b05f24d590fa38b61ca2a2c0528e3b01f1..49ce43dfe47db70c8ec699635ff5a80121118919 100644 (file)
@@ -132,10 +132,6 @@ stages:
 
 # Debian
 
-.debian-buster-amd64: &debian_buster_amd64_image
-  image: "$CI_REGISTRY_IMAGE:debian-buster-amd64"
-  <<: *linux_amd64
-
 .debian-bullseye-amd64: &debian_bullseye_amd64_image
   image: "$CI_REGISTRY_IMAGE:debian-bullseye-amd64"
   <<: *linux_amd64
@@ -855,33 +851,6 @@ gcc:tarball:nosphinx:
     - job: tarball-create
       artifacts: true
 
-# Jobs for regular GCC builds on Debian 10 "buster" (amd64)
-
-gcc:buster:amd64:
-  variables:
-    CC: gcc
-    CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "--with-libidn2"
-  <<: *debian_buster_amd64_image
-  <<: *build_job
-  <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
-
-system:gcc:buster:amd64:
-  <<: *debian_buster_amd64_image
-  <<: *system_test_job
-  <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
-  needs:
-    - job: gcc:buster:amd64
-      artifacts: true
-
-unit:gcc:buster:amd64:
-  <<: *debian_buster_amd64_image
-  <<: *unit_test_job
-  <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
-  needs:
-    - job: gcc:buster:amd64
-      artifacts: true
-
 # Jobs for regular GCC builds on Debian 12 "bookworm" (amd64)
 
 gcc:bookworm:amd64:
index 1c398146270ee7f7c6155dc2b542b90ba4d0f935..9421a822f361069fe49d7d7de970168a1b0f0b7c 100644 (file)
@@ -45,7 +45,7 @@ Regularly Tested Platforms
 Current versions of BIND 9 are fully supported and regularly tested on the
 following systems:
 
--  Debian 10, 11, 12
+-  Debian 11, 12
 -  Ubuntu LTS 20.04, 22.04
 -  Fedora 39
 -  Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9
@@ -91,7 +91,7 @@ supported platforms.
 
    -  Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
    -  CentOS 6
-   -  Debian 8 Jessie, 9 Stretch
+   -  Debian 8 Jessie, 9 Stretch, 10 Buster
    -  FreeBSD 10.x, 11.x
 
 -  Less common CPU architectures (i386, i686, mips, mipsel, sparc, ppc, and others)