mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
Merge branch 'mnowak/add-fedora-33-v9_16' into 'v9_16'
[v9_16] Add Fedora 33 See merge request isc-projects/bind9!4327
This commit is contained in:
commit
58a8873228
3 changed files with 20 additions and 20 deletions
|
|
@ -129,12 +129,12 @@ stages:
|
|||
|
||||
# Fedora
|
||||
|
||||
.fedora-32-amd64: &fedora_32_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:fedora-32-amd64"
|
||||
.fedora-33-amd64: &fedora_33_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:fedora-33-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
.fedora-32-arm64: &fedora_32_arm64_image
|
||||
image: "$CI_REGISTRY_IMAGE:fedora-32-arm64"
|
||||
.fedora-33-arm64: &fedora_33_arm64_image
|
||||
image: "$CI_REGISTRY_IMAGE:fedora-33-arm64"
|
||||
<<: *linux_stress_arm64
|
||||
|
||||
# Ubuntu
|
||||
|
|
@ -1096,25 +1096,25 @@ unit:gcc:softhsm2.4:
|
|||
- job: gcc:softhsm2.4
|
||||
artifacts: true
|
||||
|
||||
# Jobs for PKCS#11-enabled GCC builds on Fedora 32 (amd64)
|
||||
# Jobs for PKCS#11-enabled GCC builds on Fedora 33 (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_32_amd64_image
|
||||
<<: *fedora_33_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
system:gcc:softhsm2.6:
|
||||
<<: *fedora_32_amd64_image
|
||||
<<: *fedora_33_amd64_image
|
||||
<<: *system_test_job
|
||||
needs:
|
||||
- job: gcc:softhsm2.6
|
||||
artifacts: true
|
||||
|
||||
unit:gcc:softhsm2.6:
|
||||
<<: *fedora_32_amd64_image
|
||||
<<: *fedora_33_amd64_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
- job: gcc:softhsm2.6
|
||||
|
|
@ -1414,8 +1414,8 @@ respdiff:
|
|||
when: always
|
||||
timeout: 2h
|
||||
|
||||
stress:authoritative:fedora:32:amd64:
|
||||
<<: *fedora_32_amd64_image
|
||||
stress:authoritative:fedora:33:amd64:
|
||||
<<: *fedora_33_amd64_image
|
||||
<<: *linux_stress_amd64
|
||||
<<: *stress_job
|
||||
variables:
|
||||
|
|
@ -1425,8 +1425,8 @@ stress:authoritative:fedora:32:amd64:
|
|||
RATE: 10000
|
||||
RUN_TIME: 1
|
||||
|
||||
stress:recursive:fedora:32:amd64:
|
||||
<<: *fedora_32_amd64_image
|
||||
stress:recursive:fedora:33:amd64:
|
||||
<<: *fedora_33_amd64_image
|
||||
<<: *linux_stress_amd64
|
||||
<<: *stress_job
|
||||
variables:
|
||||
|
|
@ -1436,8 +1436,8 @@ stress:recursive:fedora:32:amd64:
|
|||
RATE: 10000
|
||||
RUN_TIME: 1
|
||||
|
||||
stress:authoritative:fedora:32:arm64:
|
||||
<<: *fedora_32_arm64_image
|
||||
stress:authoritative:fedora:33:arm64:
|
||||
<<: *fedora_33_arm64_image
|
||||
<<: *linux_stress_arm64
|
||||
<<: *stress_job
|
||||
variables:
|
||||
|
|
@ -1447,8 +1447,8 @@ stress:authoritative:fedora:32:arm64:
|
|||
RATE: 10000
|
||||
RUN_TIME: 1
|
||||
|
||||
stress:recursive:fedora:32:arm64:
|
||||
<<: *fedora_32_arm64_image
|
||||
stress:recursive:fedora:33:arm64:
|
||||
<<: *fedora_33_arm64_image
|
||||
<<: *linux_stress_arm64
|
||||
<<: *stress_job
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -34,12 +34,12 @@ offer support on a "best effort" basis for some.
|
|||
|
||||
Regularly tested platforms
|
||||
|
||||
As of Jul 2020, BIND 9.16 is fully supported and regularly tested on the
|
||||
As of Nov 2020, BIND 9.16 is fully supported and regularly tested on the
|
||||
following systems:
|
||||
|
||||
* Debian 9, 10
|
||||
* Ubuntu LTS 16.04, 20.04
|
||||
* Fedora 32
|
||||
* Fedora 33
|
||||
* Red Hat Enterprise Linux / CentOS 7, 8
|
||||
* FreeBSD 11.4, 12.1
|
||||
* OpenBSD 6.7
|
||||
|
|
|
|||
|
|
@ -42,12 +42,12 @@ offer support on a "best effort" basis for some.
|
|||
|
||||
### Regularly tested platforms
|
||||
|
||||
As of Jul 2020, BIND 9.16 is fully supported and regularly tested on the
|
||||
As of Nov 2020, BIND 9.16 is fully supported and regularly tested on the
|
||||
following systems:
|
||||
|
||||
* Debian 9, 10
|
||||
* Ubuntu LTS 16.04, 20.04
|
||||
* Fedora 32
|
||||
* Fedora 33
|
||||
* Red Hat Enterprise Linux / CentOS 7, 8
|
||||
* FreeBSD 11.4, 12.1
|
||||
* OpenBSD 6.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue