From: Marc Hoersken Date: Thu, 25 Aug 2022 19:20:43 +0000 (+0200) Subject: CI/appveyor: disable TLS in msys2-native autotools builds X-Git-Tag: curl-7_85_0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52484bf3834a7e05358190f6b41e0b9e337b0980;p=thirdparty%2Fcurl.git CI/appveyor: disable TLS in msys2-native autotools builds Schannel cannot be used from msys2-native Linux-emulated builds. Reviewed-by: Marcel Raad Reviewed-by: Daniel Stenberg Follow up to #9367 Closes #9370 --- diff --git a/appveyor.yml b/appveyor.yml index f886ea8c85..522dcaf50d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -232,19 +232,19 @@ environment: TESTING: ON DISABLED_TESTS: "!19 ~1056 !1233" ADD_PATH: "C:\\msys64\\usr\\bin" - CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --with-schannel" + CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --without-ssl" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" BUILD_SYSTEM: autotools TESTING: ON DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233" ADD_PATH: "C:\\msys64\\usr\\bin" - CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --with-schannel" + CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --without-ssl" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" BUILD_SYSTEM: autotools TESTING: ON DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233" ADD_PATH: "C:\\msys64\\usr\\bin" - CONFIG_ARGS: "--enable-warnings --enable-werror --with-schannel" + CONFIG_ARGS: "--enable-warnings --enable-werror --without-ssl" # autotools-based Cygwin build - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2022" BUILD_SYSTEM: autotools