mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
parent
b751e2b4be
commit
46e98810d7
2 changed files with 12 additions and 12 deletions
|
|
@ -126,8 +126,8 @@ stages:
|
|||
|
||||
# Alpine Linux
|
||||
|
||||
.alpine-3.17-amd64: &alpine_3_17_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:alpine-3.17-amd64"
|
||||
.alpine-3.18-amd64: &alpine_3_18_amd64_image
|
||||
image: "$CI_REGISTRY_IMAGE:alpine-3.18-amd64"
|
||||
<<: *linux_amd64
|
||||
|
||||
# Oracle Linux
|
||||
|
|
@ -622,28 +622,28 @@ docs:tarball:
|
|||
- job: tarball-create
|
||||
artifacts: true
|
||||
|
||||
# Jobs for regular GCC builds on Alpine Linux 3.17 (amd64)
|
||||
# Jobs for regular GCC builds on Alpine Linux 3.18 (amd64)
|
||||
|
||||
gcc:alpine3.17:amd64:
|
||||
gcc:alpine3.18:amd64:
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
EXTRA_CONFIGURE: "${WITHOUT_READLINE}"
|
||||
<<: *alpine_3_17_amd64_image
|
||||
<<: *alpine_3_18_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
system:gcc:alpine3.17:amd64:
|
||||
<<: *alpine_3_17_amd64_image
|
||||
system:gcc:alpine3.18:amd64:
|
||||
<<: *alpine_3_18_amd64_image
|
||||
<<: *system_test_job
|
||||
needs:
|
||||
- job: gcc:alpine3.17:amd64
|
||||
- job: gcc:alpine3.18:amd64
|
||||
artifacts: true
|
||||
|
||||
unit:gcc:alpine3.17:amd64:
|
||||
<<: *alpine_3_17_amd64_image
|
||||
unit:gcc:alpine3.18:amd64:
|
||||
<<: *alpine_3_18_amd64_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
- job: gcc:alpine3.17:amd64
|
||||
- job: gcc:alpine3.18:amd64
|
||||
artifacts: true
|
||||
|
||||
# Jobs for regular GCC builds on Oracle Linux 7 (amd64)
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ following systems:
|
|||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9
|
||||
- FreeBSD 12.4, 13.2
|
||||
- OpenBSD 7.3
|
||||
- Alpine Linux 3.17
|
||||
- Alpine Linux 3.18
|
||||
|
||||
The amd64, i386, armhf, and arm64 CPU architectures are all fully
|
||||
supported.
|
||||
|
|
|
|||
Loading…
Reference in a new issue