]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Fedora 35
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Nov 2021 19:56:25 +0000 (20:56 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 17 Dec 2021 14:41:38 +0000 (15:41 +0100)
(cherry picked from commit 668be42965cdfac1ea811a91cefa0f4716eb2403)

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index d847a5a73db194957f7ea089eadc16c1cf530401..ed91e551fe2c74f2bcaa0bfb941bce14cbf159f1 100644 (file)
@@ -144,12 +144,12 @@ stages:
 
 # Fedora
 
-.fedora-34-amd64: &fedora_34_amd64_image
-  image: "$CI_REGISTRY_IMAGE:fedora-34-amd64"
+.fedora-35-amd64: &fedora_35_amd64_image
+  image: "$CI_REGISTRY_IMAGE:fedora-35-amd64"
   <<: *linux_amd64
 
-.fedora-34-arm64: &fedora_34_arm64_image
-  image: "$CI_REGISTRY_IMAGE:fedora-34-arm64"
+.fedora-35-arm64: &fedora_35_arm64_image
+  image: "$CI_REGISTRY_IMAGE:fedora-35-arm64"
   <<: *linux_stress_arm64
 
 # Ubuntu
@@ -925,18 +925,18 @@ gcc:asan:
     CFLAGS: "${CFLAGS_COMMON} -fsanitize=address,undefined -DISC_MEM_USE_INTERNAL_MALLOC=0"
     LDFLAGS: "-fsanitize=address,undefined"
     EXTRA_CONFIGURE: "--with-libidn2"
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *build_job
 
 system:gcc:asan:
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *system_test_job
   needs:
     - job: gcc:asan
       artifacts: true
 
 unit:gcc:asan:
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *unit_test_job
   needs:
     - job: gcc:asan
@@ -973,13 +973,13 @@ gcc:tsan:
     CFLAGS: "${CFLAGS_COMMON} -fsanitize=thread -DISC_MEM_USE_INTERNAL_MALLOC=0"
     LDFLAGS: "-fsanitize=thread"
     EXTRA_CONFIGURE: "--with-libidn2 --enable-pthread-rwlock"
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *build_job
 
 system:gcc:tsan:
   variables:
     TSAN_OPTIONS: ${TSAN_OPTIONS_COMMON}
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *system_test_tsan_job
   needs:
     - job: gcc:tsan
@@ -988,7 +988,7 @@ system:gcc:tsan:
 unit:gcc:tsan:
   variables:
     TSAN_OPTIONS: ${TSAN_OPTIONS_COMMON}
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *unit_test_tsan_job
   needs:
     - job: gcc:tsan
@@ -1069,25 +1069,25 @@ unit:clang:buster:amd64:
     - job: clang:buster:amd64
       artifacts: true
 
-# Jobs for PKCS#11-enabled GCC builds on Fedora 34 (amd64)
+# Jobs for PKCS#11-enabled GCC builds on Fedora 35 (amd64)
 
 gcc:softhsm2.6:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O1"
     EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so"
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *build_job
 
 system:gcc:softhsm2.6:
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *system_test_job
   needs:
     - job: gcc:softhsm2.6
       artifacts: true
 
 unit:gcc:softhsm2.6:
-  <<: *fedora_34_amd64_image
+  <<: *fedora_35_amd64_image
   <<: *unit_test_job
   needs:
     - job: gcc:softhsm2.6
@@ -1390,8 +1390,8 @@ respdiff:
     when: always
   timeout: 2h
 
-stress:authoritative:fedora:34:amd64:
-  <<: *fedora_34_amd64_image
+stress:authoritative:fedora:35:amd64:
+  <<: *fedora_35_amd64_image
   <<: *linux_stress_amd64
   <<: *stress_job
   variables:
@@ -1404,8 +1404,8 @@ stress:authoritative:fedora:34:amd64:
     variables:
       - $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
 
-stress:recursive:fedora:34:amd64:
-  <<: *fedora_34_amd64_image
+stress:recursive:fedora:35:amd64:
+  <<: *fedora_35_amd64_image
   <<: *linux_stress_amd64
   <<: *stress_job
   variables:
@@ -1418,8 +1418,8 @@ stress:recursive:fedora:34:amd64:
     variables:
       - $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /recursive/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
 
-stress:authoritative:fedora:34:arm64:
-  <<: *fedora_34_arm64_image
+stress:authoritative:fedora:35:arm64:
+  <<: *fedora_35_arm64_image
   <<: *linux_stress_arm64
   <<: *stress_job
   variables:
@@ -1432,8 +1432,8 @@ stress:authoritative:fedora:34:arm64:
     variables:
       - $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /arm64/i)
 
-stress:recursive:fedora:34:arm64:
-  <<: *fedora_34_arm64_image
+stress:recursive:fedora:35:arm64:
+  <<: *fedora_35_arm64_image
   <<: *linux_stress_arm64
   <<: *stress_job
   variables:
index d7adfcf7b15f6f17519c2f9768fed9be848a3624..062749da75cf02d0de1fab4a50152a50805feb43 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -39,7 +39,7 @@ following systems:
 
   * Debian 9, 10, 11
   * Ubuntu LTS 18.04, 20.04
-  * Fedora 34
+  * Fedora 35
   * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
   * FreeBSD 12.2, 13.0
   * OpenBSD 7.0
index 7869ee2b079f003dcd46a6362c6978bba98136d2..1002aa143299922bdd4965b8be75d349623e5ffb 100644 (file)
@@ -47,7 +47,7 @@ following systems:
 
 * Debian 9, 10, 11
 * Ubuntu LTS 18.04, 20.04
-* Fedora 34
+* Fedora 35
 * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
 * FreeBSD 12.2, 13.0
 * OpenBSD 7.0