From: Daniel Stenberg Date: Wed, 12 Mar 2025 10:31:59 +0000 (+0100) Subject: GHA: do a build-only without the --libcurl option enabled X-Git-Tag: curl-8_13_0~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5273ab4e6d41b2097651982c96ad356ffd667ba6;p=thirdparty%2Fcurl.git GHA: do a build-only without the --libcurl option enabled Closes #16682 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6cae0f3528..7ecd302e93 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: >-