mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:04:17 +03:00
add mbedtls openldap pytests
This commit is contained in:
parent
6d5bcfaab9
commit
635dcd6169
1 changed files with 4 additions and 0 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -303,6 +303,10 @@ jobs:
|
|||
compiler: llvm@18
|
||||
install: brotli mbedtls zstd
|
||||
generate: -DCURL_USE_MBEDTLS=ON -DCURL_DISABLE_LDAP=ON
|
||||
- name: 'mbedTLS openldap brotli zstd TEST'
|
||||
install: brotli mbedtls zstd openldap
|
||||
install_steps: pytest
|
||||
generate: -DCURL_USE_MBEDTLS=ON -DLDAP_INCLUDE_DIR=/opt/homebrew/opt/openldap/include -DLDAP_LIBRARY=/opt/homebrew/opt/openldap/lib/libldap.dylib -DLDAP_LBER_LIBRARY=/opt/homebrew/opt/openldap/lib/liblber.dylib
|
||||
- name: 'GnuTLS !ldap krb5'
|
||||
install: gnutls nettle krb5
|
||||
generate: -DENABLE_DEBUG=ON -DCURL_USE_GNUTLS=ON -DCURL_USE_OPENSSL=OFF -DCURL_USE_GSSAPI=ON -DGSS_ROOT_DIR=/opt/homebrew/opt/krb5 -DCURL_DISABLE_LDAP=ON -DUSE_SSLS_EXPORT=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue