mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-17 01:28:53 -04:00
Add Ubuntu 24.04 LTS (Noble Numbat)
(cherry picked from commit d02ed1a0eb)
This commit is contained in:
parent
38c476458e
commit
f0011ecb13
2 changed files with 29 additions and 1 deletions
|
|
@ -180,6 +180,10 @@ stages:
|
|||
image: "$CI_REGISTRY_IMAGE:ubuntu-jammy-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
.ubuntu-noble-amd64: &ubuntu_noble_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:ubuntu-noble-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
# Windows
|
||||
|
||||
.windows-server-2016-amd64: &windows_server_2016_amd64_image
|
||||
|
|
@ -754,6 +758,30 @@ gcc:tarball:nosphinx:
|
|||
- job: tarball-create
|
||||
artifacts: true
|
||||
|
||||
# Jobs for regular GCC builds on Ubuntu 24.04 Noble Numbat (amd64)
|
||||
|
||||
gcc:noble:amd64:
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
EXTRA_CONFIGURE: "--with-libidn2"
|
||||
<<: *ubuntu_noble_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
system:gcc:noble:amd64:
|
||||
<<: *ubuntu_noble_amd64_image
|
||||
<<: *system_test_job
|
||||
needs:
|
||||
- job: gcc:noble:amd64
|
||||
artifacts: true
|
||||
|
||||
unit:gcc:noble:amd64:
|
||||
<<: *ubuntu_noble_amd64_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
- job: gcc:noble:amd64
|
||||
artifacts: true
|
||||
|
||||
# Jobs for Debian 11 "bullseye" (amd64)
|
||||
|
||||
clang:bullseye:amd64:
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Current versions of BIND 9 are fully supported and regularly tested on the
|
|||
following systems:
|
||||
|
||||
- Debian 11, 12
|
||||
- Ubuntu LTS 20.04, 22.04
|
||||
- Ubuntu LTS 20.04, 22.04, 24.04
|
||||
- Fedora 39
|
||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9
|
||||
- FreeBSD 13.3, 14.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue