mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
parent
73b98d57ec
commit
ccb5d7a6a7
2 changed files with 29 additions and 1 deletions
|
|
@ -180,6 +180,10 @@ stages:
|
|||
image: "$CI_REGISTRY_IMAGE:almalinux-9-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
.almalinux-10-amd64: &almalinux_10_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:almalinux-10-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
# Debian
|
||||
|
||||
.debian-bookworm-amd64: &debian_bookworm_amd64_image
|
||||
|
|
@ -891,6 +895,30 @@ unit: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: "--with-libidn2"
|
||||
<<: *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
|
||||
|
||||
gcc:tarball:nosphinx:
|
||||
variables:
|
||||
CC: gcc
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ following systems:
|
|||
- Debian 12
|
||||
- Ubuntu LTS 22.04, 24.04
|
||||
- Fedora 42
|
||||
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9
|
||||
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9, 10
|
||||
- FreeBSD 13.4, 14.2
|
||||
- Alpine Linux 3.22
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue