mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Add AlmaLinux 10
This commit is contained in:
parent
28226f979a
commit
42367082cc
@ -198,6 +198,10 @@ stages:
|
|||||||
image: "$CI_REGISTRY_IMAGE:almalinux-9-amd64"
|
image: "$CI_REGISTRY_IMAGE:almalinux-9-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
|
|
||||||
|
.almalinux-10-amd64: &almalinux_10_amd64_image
|
||||||
|
image: "$CI_REGISTRY_IMAGE:almalinux-10-amd64"
|
||||||
|
<<: *linux_amd64
|
||||||
|
|
||||||
# Debian
|
# Debian
|
||||||
|
|
||||||
.debian-bookworm-amd64: &debian_bookworm_amd64_image
|
.debian-bookworm-amd64: &debian_bookworm_amd64_image
|
||||||
@ -831,6 +835,31 @@ unit:gcc:almalinux9:amd64:
|
|||||||
<<: *unit_test_job
|
<<: *unit_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:almalinux9:amd64
|
- job: gcc:almalinux9:amd64
|
||||||
|
artifacts: true
|
||||||
|
|
||||||
|
# Jobs for regular GCC builds on Alma Linux 10 (amd64)
|
||||||
|
|
||||||
|
gcc:almalinux10:amd64:
|
||||||
|
variables:
|
||||||
|
CC: gcc
|
||||||
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
|
EXTRA_CONFIGURE: "-Didn=enabled"
|
||||||
|
<<: *almalinux_10_amd64_image
|
||||||
|
<<: *build_job
|
||||||
|
|
||||||
|
system:gcc:almalinux10:amd64:
|
||||||
|
<<: *almalinux_10_amd64_image
|
||||||
|
<<: *system_test_job
|
||||||
|
needs:
|
||||||
|
- job: gcc:almalinux10:amd64
|
||||||
|
artifacts: true
|
||||||
|
|
||||||
|
unit:gcc:almalinux10:amd64:
|
||||||
|
<<: *almalinux_10_amd64_image
|
||||||
|
<<: *unit_test_job
|
||||||
|
needs:
|
||||||
|
- job: gcc:almalinux10:amd64
|
||||||
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for scheduled GCC builds on AlmaLinux 8 & 9 FIPS-aware images with FIPS
|
# Jobs for scheduled GCC builds on AlmaLinux 8 & 9 FIPS-aware images with FIPS
|
||||||
# mode in BIND 9 enabled
|
# mode in BIND 9 enabled
|
||||||
|
@ -46,7 +46,7 @@ following systems:
|
|||||||
- Debian 12
|
- Debian 12
|
||||||
- Ubuntu LTS 22.04, 24.04
|
- Ubuntu LTS 22.04, 24.04
|
||||||
- Fedora 42
|
- Fedora 42
|
||||||
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9
|
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9, 10
|
||||||
- FreeBSD 13.4, 14.2
|
- FreeBSD 13.4, 14.2
|
||||||
- Alpine Linux 3.22
|
- Alpine Linux 3.22
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user