From e80cf4f7bb3ec9201297fe527eadf9fe8b2cdc97 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 9 Aug 2025 00:42:22 +0200 Subject: [PATCH] Revert "appveyor.sh skip certs for skiprun jobs -> PR" This reverts commit 969796240f07433e38cb22b3de7994b211727e8a. Let's keep testing this on AppVeyor, just for coverage of these scripts in more envs --- appveyor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.sh b/appveyor.sh index 714f185e67..c5381890ad 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -55,7 +55,6 @@ if [ "${BUILD_SYSTEM}" = 'CMake' ]; then [ -n "${WINTARGET:-}" ] && options+=" -DCURL_TARGET_WINDOWS_VERSION=${WINTARGET}" [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}" [ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}" - [ "${TFLAGS}" = 'skiprun' ] && options+=' -D_CURL_SKIP_BUILD_CERTS=ON' if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2013' ]; then mkdir "_bld${_chkprefill}" cd "_bld${_chkprefill}"