mirror of
https://github.com/curl/curl.git
synced 2026-05-04 21:39:58 +03:00
GHA: do a build-only without the --libcurl option enabled
Closes #16682
This commit is contained in:
parent
a14eb26a58
commit
5273ab4e6d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
|
@ -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: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue