]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Debian 11 (bullseye)
authorMichal Nowak <mnowak@isc.org>
Tue, 17 Aug 2021 08:38:14 +0000 (10:38 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 22 Oct 2021 08:35:40 +0000 (10:35 +0200)
(cherry picked from commit 2b5dfae5de5cc65258073d8cd4c650aa27dac3ea)

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index 32f1e67efe33df3dda7f842e659b69624732874d..285c8e8691181a655cb67353e534ea9a4145537a 100644 (file)
@@ -121,6 +121,10 @@ stages:
   image: "$CI_REGISTRY_IMAGE:debian-buster-amd64cross32"
   <<: *linux_amd64
 
+.debian-bullseye-amd64: &debian_bullseye_amd64_image
+  image: "$CI_REGISTRY_IMAGE:debian-bullseye-amd64"
+  <<: *linux_amd64
+
 .debian-sid-amd64: &debian_sid_amd64_image
   image: "$CI_REGISTRY_IMAGE:debian-sid-amd64"
   <<: *linux_amd64
@@ -687,6 +691,30 @@ unit:gcc:buster:amd64:
     - job: gcc:buster:amd64
       artifacts: true
 
+# Jobs for regular GCC builds on Debian 11 "bullseye" (amd64)
+
+gcc:bullseye:amd64:
+  variables:
+    CC: gcc
+    CFLAGS: "${CFLAGS_COMMON} -O2"
+    EXTRA_CONFIGURE: "--without-gssapi --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 cross-compiled GCC builds on Debian 10 "buster" (amd64) with
 # 32-bit libraries
 
index 13ca54db1dccf1eed1b305de8f53fc5dc402b78d..d4a24ca9957673ada6a2cf4129ae709143817aa4 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -37,7 +37,7 @@ Regularly tested platforms
 As of Oct 2021, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
-  * Debian 9, 10
+  * Debian 9, 10, 11
   * Ubuntu LTS 18.04, 20.04
   * Fedora 34
   * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
index bf275dcb089ca796d0efbbd9334adcf81c731fc4..60e7d91c03ef541161539a6c1c4a174e8bcc9fea 100644 (file)
@@ -45,7 +45,7 @@ offer support on a "best effort" basis for some.
 As of Oct 2021, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
-* Debian 9, 10
+* Debian 9, 10, 11
 * Ubuntu LTS 18.04, 20.04
 * Fedora 34
 * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8