Add Ubuntu 22.04 LTS (Jammy Jellyfish)
This commit is contained in:
@@ -168,6 +168,10 @@ stages:
|
|||||||
image: "$CI_REGISTRY_IMAGE:ubuntu-focal-amd64"
|
image: "$CI_REGISTRY_IMAGE:ubuntu-focal-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
|
|
||||||
|
.ubuntu-jammy-amd64: &ubuntu_jammy_amd64_image
|
||||||
|
image: "$CI_REGISTRY_IMAGE:ubuntu-jammy-amd64"
|
||||||
|
<<: *linux_amd64
|
||||||
|
|
||||||
# Base image
|
# Base image
|
||||||
# This is a meta image that is used as a base for non-specific jobs
|
# This is a meta image that is used as a base for non-specific jobs
|
||||||
|
|
||||||
@@ -920,6 +924,30 @@ unit:gcc:focal:amd64:
|
|||||||
- job: gcc:focal:amd64
|
- job: gcc:focal:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
|
# Jobs for regular GCC builds on Ubuntu 22.04 Jammy Jellyfish (amd64)
|
||||||
|
|
||||||
|
gcc:jammy:amd64:
|
||||||
|
variables:
|
||||||
|
CC: gcc
|
||||||
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
|
EXTRA_CONFIGURE: "--with-libidn2"
|
||||||
|
<<: *ubuntu_jammy_amd64_image
|
||||||
|
<<: *build_job
|
||||||
|
|
||||||
|
system:gcc:jammy:amd64:
|
||||||
|
<<: *ubuntu_jammy_amd64_image
|
||||||
|
<<: *system_test_job
|
||||||
|
needs:
|
||||||
|
- job: gcc:jammy:amd64
|
||||||
|
artifacts: true
|
||||||
|
|
||||||
|
unit:gcc:jammy:amd64:
|
||||||
|
<<: *ubuntu_jammy_amd64_image
|
||||||
|
<<: *unit_test_job
|
||||||
|
needs:
|
||||||
|
- job: gcc:jammy:amd64
|
||||||
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for ASAN builds on Fedora 35 (amd64)
|
# Jobs for ASAN builds on Fedora 35 (amd64)
|
||||||
|
|
||||||
gcc:asan:
|
gcc:asan:
|
||||||
|
|||||||
@@ -42,11 +42,11 @@ able to offer support on a “best-effort” basis for some.
|
|||||||
Regularly Tested Platforms
|
Regularly Tested Platforms
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
As of April 2022, current versions of BIND 9 are fully supported and regularly tested on the
|
As of June 2022, current versions of BIND 9 are fully supported and regularly tested on the
|
||||||
following systems:
|
following systems:
|
||||||
|
|
||||||
- Debian 9, 10, 11
|
- Debian 9, 10, 11
|
||||||
- Ubuntu LTS 18.04, 20.04
|
- Ubuntu LTS 18.04, 20.04, 22.04
|
||||||
- Fedora 35
|
- Fedora 35
|
||||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
|
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
|
||||||
- FreeBSD 12.3, 13.0
|
- FreeBSD 12.3, 13.0
|
||||||
|
|||||||
Reference in New Issue
Block a user