]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: spellcheck/appveyor: invoke configure --without-libpsl
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2024 10:09:30 +0000 (11:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2024 15:00:29 +0000 (16:00 +0100)
Follow-up to 2998874bb61ac6

.github/workflows/spellcheck.yml
appveyor.yml

index 5eac83c7438b4ee23f17cc7d6bc47ae6cdd03a48..f08538ad5e40f3fdb56c11eec6c0a61349bcc6de 100644 (file)
@@ -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
index f4911452ae5a1b7eec36949574470f256b6b0922..534109e56c1df09d71023363e72d045798198df5 100644 (file)
@@ -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: |