]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: drop testing with OpenSSL 1.1.0
authorViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 15:47:03 +0000 (17:47 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 16:30:40 +0000 (18:30 +0200)
Replace with 1.1.1.

Follow-up to 12a10ca77cedec4bf6f3cebe5c3a883387ccb0d2 #18337
Cherry-picked from #18330
Closes #18341

appveyor.sh
appveyor.yml

index 271f50b423dc61669457901117c0c7f3c89138e7..1e4c16362fa584f2f33247fd1162e46d3fdae0d6 100644 (file)
@@ -35,8 +35,6 @@ esac
 
 if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
   openssl_root_win="C:/OpenSSL-v34${openssl_suffix}"
-elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then
-  openssl_root_win="C:/OpenSSL-v11${openssl_suffix}"
 else
   openssl_root_win="C:/OpenSSL-v111${openssl_suffix}"
 fi
index 564da633cc02554dc7fde845466c5631fed98fa7..effd8589d17e014818347fe2fa24d90ca3a11783 100644 (file)
@@ -101,7 +101,7 @@ environment:
       OPENSSL: 'ON'
       SHARED: 'ON'
       TFLAGS: 'skipall'
-    - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.0 + Schannel, Shared, Build-tests'
+    - job_name: 'CMake, VS2019, Debug, x64, OpenSSL 1.1.1 + Schannel, Shared, Build-tests'
       APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2019'
       PRJ_GEN: 'Visual Studio 16 2019'
       TARGET: '-A x64'