GHA: do a build-only without the --libcurl option enabled

Closes #16682
This commit is contained in:
Daniel Stenberg 2025-03-12 11:31:59 +01:00
parent a14eb26a58
commit 5273ab4e6d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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: >-