]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: fix configure disable options
authorViktor Szakats <commit@vsz.me>
Thu, 13 Mar 2025 02:37:57 +0000 (03:37 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 13 Mar 2025 10:37:30 +0000 (11:37 +0100)
commitd4f9788593b712169fd919d1fe8ba20393224817
treec1418b12bc27112b220fd8fd3c9534911b2dffa5
parentb70357c5f364e9dd6cc41ccb8bc0ca25f409fe34
GHA: fix configure disable options

Linux AM openssl https-only:
```
configure: WARNING: unrecognized options: --disable-rtmp, --disable-scp, --disable-sftp
```
Ref: https://github.com/curl/curl/actions/runs/13823209634/job/38673119106#step:31:34

macOS AM clang !ssl HTTP-only:
```
configure: WARNING: unrecognized options: --disable-rtmp, --disable-scp, --disable-sftp, --without-ntlm-auth
```
Ref: https://github.com/curl/curl/actions/runs/13823209638/job/38673115560#step:7:54

Closes #16701
.github/workflows/linux.yml
.github/workflows/macos.yml