mirror of
https://github.com/curl/curl.git
synced 2026-07-25 18:07:16 +03:00
GHA/macos: enable AppleIDN in autotools job
- make `--with-apple-idn` override libidn2, in sync with cmake and
`lib/curl_setup.h`.
- sync detection function name with cmake.
- limit AppleIDN feature check to Darwin.
(also drop !WinIDN precondition check.)
Follow-up to 8de8fe8c98 #14401
Closes #14419
This commit is contained in:
parent
7b1c0ab75e
commit
ada8ebe18c
2 changed files with 36 additions and 31 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -80,9 +80,9 @@ jobs:
|
|||
compiler: clang
|
||||
configure: --enable-debug --without-ssl --enable-websockets
|
||||
macos-version-min: '10.9'
|
||||
- name: '!ssl libssh2'
|
||||
- name: '!ssl libssh2 AppleIDN'
|
||||
compiler: clang
|
||||
configure: --enable-debug --with-libssh2=$(brew --prefix libssh2) --without-ssl --enable-websockets
|
||||
configure: --enable-debug --with-libssh2=$(brew --prefix libssh2) --without-ssl --with-apple-idn --enable-websockets
|
||||
macos-version-min: '10.9'
|
||||
- name: 'OpenSSL libssh c-ares'
|
||||
compiler: clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue