From: Daniel Stenberg Date: Tue, 9 Jan 2024 10:09:30 +0000 (+0100) Subject: CI: spellcheck/appveyor: invoke configure --without-libpsl X-Git-Tag: curl-8_6_0~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2fbe56610621261fc3032d43ed6d4bf7b52a20b;p=thirdparty%2Fcurl.git CI: spellcheck/appveyor: invoke configure --without-libpsl Follow-up to 2998874bb61ac6 --- diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 5eac83c743..f08538ad5e 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -39,7 +39,7 @@ jobs: - name: build curl.1 run: | autoreconf -fi - ./configure --without-ssl + ./configure --without-ssl --without-libpsl make -C docs - name: strip "uncheckable" sections from .3 pages diff --git a/appveyor.yml b/appveyor.yml index f4911452ae..534109e56c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -244,19 +244,19 @@ environment: BUILD_SYSTEM: autotools TESTING: 'ON' DISABLED_TESTS: '!19 !1233' - CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --without-ssl --enable-websockets' + CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --without-ssl --enable-websockets --without-libpsl' - job_name: 'autotools, msys2, Debug, x86_64, no SSL' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2017' BUILD_SYSTEM: autotools TESTING: 'ON' DISABLED_TESTS: '!19 !504 !704 !705 !1233' - CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --without-ssl --enable-websockets' + CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --without-ssl --enable-websockets --without-libpsl' - job_name: 'autotools, msys2, Release, x86_64, no SSL' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2017' BUILD_SYSTEM: autotools TESTING: 'ON' DISABLED_TESTS: '!19 !504 !704 !705 !1233' - CONFIG_ARGS: '--enable-warnings --enable-werror --without-ssl --enable-websockets' + CONFIG_ARGS: '--enable-warnings --enable-werror --without-ssl --enable-websockets --without-libpsl' # autotools-based Cygwin build - job_name: 'autotools, cygwin, Debug, x86_64, no SSL' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' @@ -264,7 +264,7 @@ environment: TESTING: 'ON' DISABLED_TESTS: '' ADD_SHELL: 'C:/cygwin64/bin' - CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --without-ssl --enable-websockets' + CONFIG_ARGS: '--enable-debug --enable-werror --disable-threaded-resolver --without-ssl --enable-websockets --without-libpsl' install: - ps: |