1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

ci: Update OpenSSL versions in the CI target names

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-01-10 11:35:32 +01:00
parent 31073780d1
commit 6d34718f89

View File

@@ -320,7 +320,7 @@ fedora/csbuild/mbedtls:
############################################################################### ###############################################################################
# Ubuntu builds # # Ubuntu builds #
############################################################################### ###############################################################################
ubuntu/openssl_1.1.x/x86_64: ubuntu/openssl_3.0.x/x86_64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$UBUNTU_BUILD
extends: .tests extends: .tests
@@ -328,7 +328,7 @@ ubuntu/openssl_1.1.x/x86_64:
############################################################################### ###############################################################################
# Alpine builds # # Alpine builds #
############################################################################### ###############################################################################
alpine/musl: alpine/openssl_3.0.x/musl:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$ALPINE_BUILD image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$ALPINE_BUILD
extends: .tests extends: .tests
script: script:
@@ -413,7 +413,7 @@ tumbleweed/static-analysis:
############################################################################### ###############################################################################
# That is a specific runner that we cannot enable universally. # That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project. # We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
freebsd/x86_64: freebsd/openssl_1.1.1/x86_64:
image: image:
extends: .tests extends: .tests
before_script: before_script: