Add Alpine Linux 3.16
This commit is contained in:
@@ -106,8 +106,8 @@ stages:
|
|||||||
|
|
||||||
# Alpine Linux
|
# Alpine Linux
|
||||||
|
|
||||||
.alpine-3.15-amd64: &alpine_3_15_amd64_image
|
.alpine-3.16-amd64: &alpine_3_16_amd64_image
|
||||||
image: "$CI_REGISTRY_IMAGE:alpine-3.15-amd64"
|
image: "$CI_REGISTRY_IMAGE:alpine-3.16-amd64"
|
||||||
<<: *linux_amd64
|
<<: *linux_amd64
|
||||||
|
|
||||||
# Oracle Linux
|
# Oracle Linux
|
||||||
@@ -525,28 +525,28 @@ docs:tarball:
|
|||||||
- job: tarball-create
|
- job: tarball-create
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Alpine Linux 3.15 (amd64)
|
# Jobs for regular GCC builds on Alpine Linux 3.16 (amd64)
|
||||||
|
|
||||||
gcc:alpine3.15:amd64:
|
gcc:alpine3.16:amd64:
|
||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON}"
|
CFLAGS: "${CFLAGS_COMMON}"
|
||||||
EXTRA_CONFIGURE: "${WITHOUT_READLINE}"
|
EXTRA_CONFIGURE: "${WITHOUT_READLINE}"
|
||||||
<<: *alpine_3_15_amd64_image
|
<<: *alpine_3_16_amd64_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
system:gcc:alpine3.15:amd64:
|
system:gcc:alpine3.16:amd64:
|
||||||
<<: *alpine_3_15_amd64_image
|
<<: *alpine_3_16_amd64_image
|
||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:alpine3.15:amd64
|
- job: gcc:alpine3.16:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
unit:gcc:alpine3.15:amd64:
|
unit:gcc:alpine3.16:amd64:
|
||||||
<<: *alpine_3_15_amd64_image
|
<<: *alpine_3_16_amd64_image
|
||||||
<<: *unit_test_job
|
<<: *unit_test_job
|
||||||
needs:
|
needs:
|
||||||
- job: gcc:alpine3.15:amd64
|
- job: gcc:alpine3.16:amd64
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for regular GCC builds on Oracle Linux 7 (amd64)
|
# Jobs for regular GCC builds on Oracle Linux 7 (amd64)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ able to offer support on a “best-effort” basis for some.
|
|||||||
Regularly Tested Platforms
|
Regularly Tested Platforms
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
As of June 2022, current versions of BIND 9 are fully supported and regularly tested on the
|
As of July 2022, current versions of BIND 9 are fully supported and regularly tested on the
|
||||||
following systems:
|
following systems:
|
||||||
|
|
||||||
- Debian 10, 11
|
- Debian 10, 11
|
||||||
@@ -51,7 +51,7 @@ following systems:
|
|||||||
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
|
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
|
||||||
- FreeBSD 12.3, 13.0
|
- FreeBSD 12.3, 13.0
|
||||||
- OpenBSD 7.0
|
- OpenBSD 7.0
|
||||||
- Alpine Linux 3.15
|
- Alpine Linux 3.16
|
||||||
|
|
||||||
The amd64, i386, armhf, and arm64 CPU architectures are all fully
|
The amd64, i386, armhf, and arm64 CPU architectures are all fully
|
||||||
supported.
|
supported.
|
||||||
|
|||||||
Reference in New Issue
Block a user