mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:47:16 +03:00
appveyor: re-enable OpenSSL 3, bump to 3.2.1
Ref: b62454a875 #13266
Closes #13329
This commit is contained in:
parent
a6ef4056e8
commit
feb1a3527e
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue