mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Add Fedora 34
This commit is contained in:
@@ -137,12 +137,12 @@ stages:
|
|||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
|
|
||||||
.fedora-33-amd64: &fedora_33_amd64_image
|
.fedora-34-amd64: &fedora_34_amd64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:fedora-33-amd64"
|
image: "$CI_REGISTRY_IMAGE:fedora-34-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
|
|
||||||
.fedora-33-arm64: &fedora_33_arm64_image
|
.fedora-34-arm64: &fedora_34_arm64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:fedora-33-arm64"
|
image: "$CI_REGISTRY_IMAGE:fedora-34-arm64"
|
||||||
<<: *linux_stress_arm64
|
<<: *linux_stress_arm64
|
||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
@@ -1096,25 +1096,25 @@ unit:gcc:softhsm2.4:
|
|||||||
- job: gcc:softhsm2.4
|
- job: gcc:softhsm2.4
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for PKCS#11-enabled GCC builds on Fedora 33 (amd64)
|
# Jobs for PKCS#11-enabled GCC builds on Fedora 34 (amd64)
|
||||||
|
|
||||||
gcc:softhsm2.6:
|
gcc:softhsm2.6:
|
||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON} -O1"
|
CFLAGS: "${CFLAGS_COMMON} -O1"
|
||||||
EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so"
|
EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so"
|
||||||
<<: *fedora_33_amd64_image
|
<<: *fedora_34_amd64_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
system:gcc:softhsm2.6:
|
system:gcc:softhsm2.6:
|
||||||
<<: *fedora_33_amd64_image
|
<<: *fedora_34_amd64_image
|
||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:softhsm2.6
|
- job: gcc:softhsm2.6
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
unit:gcc:softhsm2.6:
|
unit:gcc:softhsm2.6:
|
||||||
<<: *fedora_33_amd64_image
|
<<: *fedora_34_amd64_image
|
||||||
<<: *unit_test_job
|
<<: *unit_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:softhsm2.6
|
- job: gcc:softhsm2.6
|
||||||
@@ -1429,8 +1429,8 @@ respdiff:
|
|||||||
when: always
|
when: always
|
||||||
timeout: 2h
|
timeout: 2h
|
||||||
|
|
||||||
stress:authoritative:fedora:33:amd64:
|
stress:authoritative:fedora:34:amd64:
|
||||||
<<: *fedora_33_amd64_image
|
<<: *fedora_34_amd64_image
|
||||||
<<: *linux_stress_amd64
|
<<: *linux_stress_amd64
|
||||||
<<: *stress_job
|
<<: *stress_job
|
||||||
variables:
|
variables:
|
||||||
@@ -1443,8 +1443,8 @@ stress:authoritative:fedora:33:amd64:
|
|||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
|
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
|
||||||
|
|
||||||
stress:recursive:fedora:33:amd64:
|
stress:recursive:fedora:34:amd64:
|
||||||
<<: *fedora_33_amd64_image
|
<<: *fedora_34_amd64_image
|
||||||
<<: *linux_stress_amd64
|
<<: *linux_stress_amd64
|
||||||
<<: *stress_job
|
<<: *stress_job
|
||||||
variables:
|
variables:
|
||||||
@@ -1457,8 +1457,8 @@ stress:recursive:fedora:33:amd64:
|
|||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /recursive/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
|
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /recursive/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
|
||||||
|
|
||||||
stress:authoritative:fedora:33:arm64:
|
stress:authoritative:fedora:34:arm64:
|
||||||
<<: *fedora_33_arm64_image
|
<<: *fedora_34_arm64_image
|
||||||
<<: *linux_stress_arm64
|
<<: *linux_stress_arm64
|
||||||
<<: *stress_job
|
<<: *stress_job
|
||||||
variables:
|
variables:
|
||||||
@@ -1471,8 +1471,8 @@ stress:authoritative:fedora:33:arm64:
|
|||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /arm64/i)
|
- $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /linux/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /arm64/i)
|
||||||
|
|
||||||
stress:recursive:fedora:33:arm64:
|
stress:recursive:fedora:34:arm64:
|
||||||
<<: *fedora_33_arm64_image
|
<<: *fedora_34_arm64_image
|
||||||
<<: *linux_stress_arm64
|
<<: *linux_stress_arm64
|
||||||
<<: *stress_job
|
<<: *stress_job
|
||||||
variables:
|
variables:
|
||||||
|
@@ -47,7 +47,7 @@ following systems:
|
|||||||
|
|
||||||
* Debian 9, 10
|
* Debian 9, 10
|
||||||
* Ubuntu LTS 18.04, 20.04
|
* Ubuntu LTS 18.04, 20.04
|
||||||
* Fedora 33
|
* Fedora 34
|
||||||
* Red Hat Enterprise Linux / CentOS 7, 8
|
* Red Hat Enterprise Linux / CentOS 7, 8
|
||||||
* FreeBSD 11.4, 12.2, 13.0
|
* FreeBSD 11.4, 12.2, 13.0
|
||||||
* OpenBSD 6.9
|
* OpenBSD 6.9
|
||||||
|
Reference in New Issue
Block a user