]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: re-enable OpenSSL 3, bump to 3.2.1
authorViktor Szakats <commit@vsz.me>
Tue, 9 Apr 2024 16:21:55 +0000 (16:21 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 9 Apr 2024 21:16:53 +0000 (21:16 +0000)
Ref: b62454a875d70f93ab5347c050903596feb45a23 #13266
Closes #13329

appveyor.sh
appveyor.yml

index 0c94a59b576b9a76bbb097b28696949f1149afde..b99db55364dcdc24e5b25b379276925f4424ffc0 100644 (file)
@@ -29,8 +29,7 @@ set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
 # build
 
 if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
-  # v31 and v32 not recognized by CMake 3.27.0
-  openssl_root_win='C:/OpenSSL-v111-Win64'
+  openssl_root_win='C:/OpenSSL-v32-Win64'
 else
   openssl_root_win='C:/OpenSSL-v111-Win64'
 fi
index 201eb5613a39de2fcab12fb14868e7be5881dfb9..4f72b3f852d82f098bbca2ae4aef18516e2155c6 100644 (file)
@@ -48,7 +48,7 @@ environment:
       SHARED: 'ON'
       TESTING: 'OFF'
       DISABLED_TESTS: ''
-    - job_name: 'CMake, VS2022, Release, x64, OpenSSL 1.1.1, WebSockets, Build-only'
+    - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.2, WebSockets, Build-only'
       APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022'
       BUILD_SYSTEM: CMake
       PRJ_GEN: 'Visual Studio 17 2022'