]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: do a build-only without the --libcurl option enabled
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2025 10:31:59 +0000 (11:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2025 14:23:25 +0000 (15:23 +0100)
Closes #16682

.github/workflows/linux.yml

index 6cae0f35280765b08d5bce35752191afd44427be..7ecd302e9393d840eb3b36a6bbf7db17d9e1fe71 100644 (file)
@@ -177,8 +177,8 @@ jobs:
             install_steps: skipall
             generate: -DCURL_USE_OPENSSL=ON -DCURL_USE_GSSAPI=ON -DENABLE_DEBUG=ON -DCURL_LTO=ON
 
-          - name: openssl !ipv6
-            configure: --with-openssl --disable-ipv6 --enable-debug --disable-unity
+          - name: openssl !ipv6 !--libcurl
+            configure: --with-openssl --disable-ipv6 --enable-debug --disable-unity --disable-libcurl-option
 
           - name: openssl https-only
             configure: >-