From 8462b2d75ae83a6930eccfe014fded249572a774 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 24 Jan 2021 21:22:07 +0900 Subject: [PATCH 1/2] CI: Bump Alpine from 3.12 to 3.13 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bef8b008..ad08c11cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,8 +82,8 @@ fedora-32-clang: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" <<: *compile_definition -alpine-3.12-musl: - image: $REGISTRY_HUB:alpine-3.12-musl +alpine-3.13-musl: + image: $REGISTRY_HUB:alpine-3.13-musl variables: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" <<: *compile_definition From a7a8cb44d4f1e2f31fc09825fed846ba31a2b195 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 24 Jan 2021 21:22:34 +0900 Subject: [PATCH 2/2] CI: Bump Fedora from 32 to 33 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad08c11cd..90df8f379 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,8 +76,8 @@ debian-10-full: - doc/sanei-html expire_in: 1 day -fedora-32-clang: - image: $REGISTRY_HUB:fedora-32-clang +fedora-33-clang: + image: $REGISTRY_HUB:fedora-33-clang variables: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" <<: *compile_definition