From 2b5dfae5de5cc65258073d8cd4c650aa27dac3ea Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 17 Aug 2021 10:38:14 +0200 Subject: [PATCH] Add Debian 11 (bullseye) --- .gitlab-ci.yml | 28 ++++++++++++++++++++++++++++ PLATFORMS.md | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 659e7232c6..167ae49c80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,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 @@ -660,6 +664,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 diff --git a/PLATFORMS.md b/PLATFORMS.md index 676ad11da8..0a9ea63874 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -60,7 +60,7 @@ offer support on a "best effort" basis for some. As of Oct 2021, BIND 9.17 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