mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch 'mnowak/ubuntu-24.04-noble-numbat' into 'main'
Add Ubuntu 24.04 LTS (Noble Numbat) See merge request isc-projects/bind9!8980
This commit is contained in:
commit
4247e36340
@ -188,6 +188,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
|
||||
|
||||
# Base image
|
||||
# This is a meta image that is used as a base for non-specific jobs
|
||||
|
||||
@ -1136,6 +1140,30 @@ unit:gcc:jammy:amd64:
|
||||
- job: gcc:jammy:amd64
|
||||
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 ASAN builds on Fedora 39 (amd64)
|
||||
|
||||
gcc:asan:
|
||||
|
@ -44,7 +44,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 8, 9
|
||||
- FreeBSD 13.3, 14.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user