]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Really fix test on OpenSSL 1.1.1 stable.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 11:09:49 +0000 (21:09 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 8 Sep 2021 11:09:49 +0000 (21:09 +1000)
.github/setup_ci.sh
.github/workflows/c-cpp.yml

index 70a444e4eff4d1690ea234fb49209c1afe762609..c56dfc46c82cd17c012e275d09378372ba18c02a 100755 (executable)
@@ -54,6 +54,7 @@ for TARGET in $TARGETS; do
     openssl-*)
         INSTALL_OPENSSL=$(echo ${TARGET} | cut -f2 -d-)
         case ${INSTALL_OPENSSL} in
+          1.1.1_stable)        INSTALL_OPENSSL="OpenSSL_1_1_1-stable" ;;
           1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
           3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
         esac
index c8b11087ec303834a9d9156e3ef764db7d2f3a2e..84e680dde510224225324b2c0610332202858dbe 100644 (file)
@@ -41,7 +41,7 @@ jobs:
           - { os: ubuntu-latest, configs: openssl-1.1.1 }
           - { os: ubuntu-latest, configs: openssl-1.1.1k }
           - { os: ubuntu-latest, configs: openssl-3.0.0 }
-          - { os: ubuntu-latest, configs: openssl-1_1_1-stable } # stable branch
+          - { os: ubuntu-latest, configs: openssl-1.1.1_stable } # stable branch
           - { os: ubuntu-latest, configs: openssl-3.0 }          # stable branch
           - { os: ubuntu-18.04, configs: pam }
           - { os: ubuntu-18.04, configs: kerberos5 }