]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/appveyor: disable TLS in msys2-native autotools builds
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 25 Aug 2022 19:20:43 +0000 (21:20 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 25 Aug 2022 21:31:13 +0000 (23:31 +0200)
Schannel cannot be used from msys2-native Linux-emulated builds.

Reviewed-by: Marcel Raad
Reviewed-by: Daniel Stenberg
Follow up to #9367
Closes #9370

appveyor.yml

index f886ea8c8525f6e16725a3d0c689610f19337f67..522dcaf50d5a9a8205fc8d56d9f4a9820bdffed9 100644 (file)
@@ -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