mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
new: ci: Add Alpine Linux 3.22
Merge branch 'mnowak/alpine-3.22' into 'main' See merge request isc-projects/bind9!10539
This commit is contained in:
@@ -184,8 +184,8 @@ stages:
|
|||||||
|
|
||||||
# Alpine Linux
|
# Alpine Linux
|
||||||
|
|
||||||
.alpine-3.21-amd64: &alpine_3_21_amd64_image
|
.alpine-3.22-amd64: &alpine_3_22_amd64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:alpine-3.21-amd64"
|
image: "$CI_REGISTRY_IMAGE:alpine-3.22-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
|
|
||||||
# AlmaLinux
|
# AlmaLinux
|
||||||
@@ -747,28 +747,29 @@ docs:tarball:
|
|||||||
# expire_in: "1 day"
|
# expire_in: "1 day"
|
||||||
# when: always
|
# when: always
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Alpine Linux 3.21 (amd64)
|
# Jobs for regular GCC builds on Alpine Linux 3.22 (amd64)
|
||||||
|
|
||||||
gcc:alpine3.21:amd64:
|
gcc:alpine3.22:amd64:
|
||||||
variables:
|
variables:
|
||||||
|
BUILD_TEST_PREREQ: 1
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON}"
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
EXTRA_CONFIGURE: "${WITHOUT_LIBEDIT}"
|
EXTRA_CONFIGURE: "${WITHOUT_LIBEDIT}"
|
||||||
<<: *alpine_3_21_amd64_image
|
<<: *alpine_3_22_amd64_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
system:gcc:alpine3.21:amd64:
|
system:gcc:alpine3.22:amd64:
|
||||||
<<: *alpine_3_21_amd64_image
|
<<: *alpine_3_22_amd64_image
|
||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:alpine3.21:amd64
|
- job: gcc:alpine3.22:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
unit:gcc:alpine3.21:amd64:
|
unit:gcc:alpine3.22:amd64:
|
||||||
<<: *alpine_3_21_amd64_image
|
<<: *alpine_3_22_amd64_image
|
||||||
<<: *unit_test_job
|
<<: *unit_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:alpine3.21:amd64
|
- job: gcc:alpine3.22:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Alma Linux 8 (amd64)
|
# Jobs for regular GCC builds on Alma Linux 8 (amd64)
|
||||||
@@ -1637,7 +1638,7 @@ stress-test-child-pipeline:
|
|||||||
# Simple reproductibilty test, needs an image with meson >=1.6.0
|
# Simple reproductibilty test, needs an image with meson >=1.6.0
|
||||||
reproducible-build:
|
reproducible-build:
|
||||||
<<: *default_triggering_rules
|
<<: *default_triggering_rules
|
||||||
<<: *alpine_3_21_amd64_image
|
<<: *alpine_3_22_amd64_image
|
||||||
stage: postcheck
|
stage: postcheck
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
|
@@ -48,7 +48,7 @@ following systems:
|
|||||||
- Fedora 42
|
- Fedora 42
|
||||||
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9
|
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9
|
||||||
- FreeBSD 13.4, 14.2
|
- FreeBSD 13.4, 14.2
|
||||||
- Alpine Linux 3.21
|
- Alpine Linux 3.22
|
||||||
|
|
||||||
The amd64 CPU architecture is fully supported and regularly tested.
|
The amd64 CPU architecture is fully supported and regularly tested.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user