mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:53:06 +03:00
appveyor: drop testing with OpenSSL 1.1.0
Replace with 1.1.1.
Follow-up to 12a10ca77c #18337
Cherry-picked from #18330
Closes #18341
This commit is contained in:
parent
7956a2a756
commit
7d5f535ca7
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue