]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: drop testing with OpenSSL 1.0.2
authorViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 11:40:05 +0000 (13:40 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 15:04:29 +0000 (17:04 +0200)
Cherry-picked from #18330
Closes #18337

appveyor.sh
appveyor.yml

index 767ec1638eafd4aad265be316b739bb61189b11e..271f50b423dc61669457901117c0c7f3c89138e7 100644 (file)
@@ -37,8 +37,6 @@ 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}"
-elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2013' ]; then
-  openssl_root_win="C:/OpenSSL${openssl_suffix}"
 else
   openssl_root_win="C:/OpenSSL-v111${openssl_suffix}"
 fi
index c924c22d9ae2fcb5b23d0d79695f1d4c30561169..564da633cc02554dc7fde845466c5631fed98fa7 100644 (file)
@@ -61,13 +61,12 @@ environment:
       SCHANNEL: 'ON'
       DEBUG: 'OFF'
       CURLDEBUG: 'ON'
-    - job_name: 'CMake, VS2010, Debug, x64, OpenSSL 1.0.2 + Schannel, Shared, Build-tests & examples, XP'
+    - job_name: 'CMake, VS2010, Debug, x64, Schannel, Shared, Build-tests & examples, XP'
       APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2013'
       PRJ_GEN: 'Visual Studio 10 2010'
       TARGET: '-A x64'
       WINTARGET: 0x0501  # Windows XP
       PRJ_CFG: Debug
-      OPENSSL: 'ON'
       SCHANNEL: 'ON'
       SHARED: 'ON'
       EXAMPLES: 'ON'