Add Alpine Linux 3.19

(cherry picked from commit 1fc56d705e)
This commit is contained in:
Michal Nowak 2023-12-11 11:49:40 +01:00
parent 07f6d1e67f
commit 3b603d0fe5
No known key found for this signature in database
2 changed files with 12 additions and 12 deletions

View file

@ -119,8 +119,8 @@ stages:
# Alpine Linux
.alpine-3.18-amd64: &alpine_3_18_amd64_image
image: "$CI_REGISTRY_IMAGE:alpine-3.18-amd64"
.alpine-3.19-amd64: &alpine_3_19_amd64_image
image: "$CI_REGISTRY_IMAGE:alpine-3.19-amd64"
<<: *linux_amd64
# Oracle Linux
@ -745,28 +745,28 @@ cross-version-config-tests:
expire_in: "1 day"
when: always
# Jobs for regular GCC builds on Alpine Linux 3.18 (amd64)
# Jobs for regular GCC builds on Alpine Linux 3.19 (amd64)
gcc:alpine3.18:amd64:
gcc:alpine3.19:amd64:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "${WITHOUT_READLINE}"
<<: *alpine_3_18_amd64_image
<<: *alpine_3_19_amd64_image
<<: *build_job
system:gcc:alpine3.18:amd64:
<<: *alpine_3_18_amd64_image
system:gcc:alpine3.19:amd64:
<<: *alpine_3_19_amd64_image
<<: *system_test_job
needs:
- job: gcc:alpine3.18:amd64
- job: gcc:alpine3.19:amd64
artifacts: true
unit:gcc:alpine3.18:amd64:
<<: *alpine_3_18_amd64_image
unit:gcc:alpine3.19:amd64:
<<: *alpine_3_19_amd64_image
<<: *unit_test_job
needs:
- job: gcc:alpine3.18:amd64
- job: gcc:alpine3.19:amd64
artifacts: true
# Jobs for regular GCC builds on Oracle Linux 7 (amd64)

View file

@ -50,7 +50,7 @@ following systems:
- Fedora 39
- Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9
- FreeBSD 12.4, 13.2, 14.0
- Alpine Linux 3.18
- Alpine Linux 3.19
The amd64 CPU architecture is fully supported and regularly tested.