]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
.gitlab-ci.yml: use fedora39 for all builds
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Wed, 21 Feb 2024 20:59:20 +0000 (21:59 +0100)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 22 Feb 2024 20:53:51 +0000 (12:53 -0800)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
.gitlab-ci.yml

index 4f0eaf4f755bbd996a4e71b5fe2f3d8b226a39d6..c0fac6139d55f3e410f1deeae658e416fd853da3 100644 (file)
@@ -14,7 +14,6 @@ variables:
   CENTOS8_BUILD: openconnect-cli-centos8
   CENTOS9_BUILD: openconnect-cli-centos9
   FEDORA_BUILD: openconnect-cli-fedora39
-  FEDORA38_BUILD: openconnect-cli-fedora38
   MINGW32_BUILD: openconnect-cli-mingw32
   MINGW64_BUILD: openconnect-cli-mingw64
   UBUNTU_BUILD: openconnect-cli-ubuntu
@@ -110,7 +109,7 @@ Fedora/GnuTLS:
 
 Fedora/OpenSSL:
   stage: test-first
-  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA38_BUILD
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
   script:
 # Re-enable DSA since we test it
   - update-crypto-policies --set LEGACY
@@ -379,7 +378,7 @@ Fedora/GnuTLS/clang:
 
 Fedora/OpenSSL/clang:
   stage: test-rest
-  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA38_BUILD
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
   script:
 # Re-enable DSA since we test it
   - update-crypto-policies --set LEGACY
@@ -530,7 +529,7 @@ ubsan/GnuTLS/Fedora:
 
 ubsan/OpenSSL/Fedora:
   stage: test-sanitizers
-  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA38_BUILD
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
   script:
   - ./autogen.sh
   - export UBCFLAGS="-Wall -Wextra -fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2"
@@ -576,7 +575,7 @@ asan/GnuTLS/Fedora:
 
 asan/OpenSSL/Fedora:
   stage: test-sanitizers
-  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA38_BUILD
+  image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
   script:
   - ./autogen.sh
   - CC=clang CFLAGS="-fsanitize=address -fno-optimize-sibling-calls -fno-omit-frame-pointer -g -O1"