]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reintroduce Debian 11 "bullseye" Clang and GCC jobs
authorMichal Nowak <mnowak@isc.org>
Mon, 24 Jul 2023 14:55:20 +0000 (16:55 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 21 Aug 2023 16:01:33 +0000 (18:01 +0200)
(cherry picked from commit 5e1120d9a3774f31c57ff7e24dfaf9117cdb208a)

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

index 0ea23a007b8454423fbd621066657f87a802e297..c121d50d94f819331bd4a30f92c4c7eab9e982c6 100644 (file)
@@ -148,6 +148,10 @@ stages:
   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
+
 .respdiff-debian-bookworm-amd64: &respdiff_debian_bookworm_amd64_image
   image: "$CI_REGISTRY_IMAGE:debian-bookworm-amd64"
   <<: *linux_respdiff_amd64
@@ -790,6 +794,51 @@ unit:gcc:buster:amd64:
     - job: gcc:buster:amd64
       artifacts: true
 
+# Jobs for Debian 11 "bullseye" (amd64)
+
+clang:bullseye:amd64:
+  variables:
+    CC: ${CLANG}
+    CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion"
+  <<: *debian_bullseye_amd64_image
+  <<: *build_job
+
+system:clang:bullseye:amd64:
+  <<: *debian_bullseye_amd64_image
+  <<: *system_test_job
+  needs:
+    - job: clang:bullseye:amd64
+      artifacts: true
+
+unit:clang:bullseye:amd64:
+  <<: *debian_bullseye_amd64_image
+  <<: *unit_test_job
+  needs:
+    - job: clang:bullseye:amd64
+      artifacts: true
+
+gcc:bullseye:amd64:
+  variables:
+    CC: gcc
+    CFLAGS: "${CFLAGS_COMMON}"
+    EXTRA_CONFIGURE: "--with-libidn2"
+  <<: *debian_bullseye_amd64_image
+  <<: *build_job
+
+system:gcc:bullseye:amd64:
+  <<: *debian_bullseye_amd64_image
+  <<: *system_test_job
+  needs:
+    - job: gcc:bullseye:amd64
+      artifacts: true
+
+unit:gcc:bullseye:amd64:
+  <<: *debian_bullseye_amd64_image
+  <<: *unit_test_job
+  needs:
+    - job: gcc:bullseye:amd64
+      artifacts: true
+
 # Jobs for regular GCC builds on Debian 12 "bookworm" (amd64)
 
 gcc:bookworm:amd64:
index fbb405dbd5d99c5630da6d65e518e50a702a0a06..534157c59618a92dc4f7e00ac108a553864d6ca1 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, 12
+-  Debian 10, 11, 12
 -  Ubuntu LTS 18.04, 20.04, 22.04
 -  Fedora 38
 -  Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9