appveyor: bump to OpenSSL 3.3

Closes #15085
This commit is contained in:
Viktor Szakats 2024-09-30 10:39:06 +02:00
parent 069a9654ca
commit 7bc653a1d6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
# build # build
if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
openssl_root_win='C:/OpenSSL-v32-Win64' openssl_root_win='C:/OpenSSL-v33-Win64'
else else
openssl_root_win='C:/OpenSSL-v111-Win64' openssl_root_win='C:/OpenSSL-v111-Win64'
fi fi

View File

@ -61,7 +61,7 @@ environment:
HTTP_ONLY: 'OFF' HTTP_ONLY: 'OFF'
SHARED: 'ON' SHARED: 'ON'
EXAMPLES: 'ON' EXAMPLES: 'ON'
- job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.2, Build-tests' - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Build-tests'
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022'
BUILD_SYSTEM: CMake BUILD_SYSTEM: CMake
PRJ_GEN: 'Visual Studio 17 2022' PRJ_GEN: 'Visual Studio 17 2022'