GHA/macos: enable krb5 in an autotools job

Cherry-picked from #22052

Closes #22069
This commit is contained in:
Viktor Szakats 2026-06-17 16:22:52 +02:00
parent 174cafb3e6
commit a36e979284
No known key found for this signature in database

View file

@ -277,11 +277,11 @@ jobs:
-DENABLE_DEBUG=ON -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DUSE_NGTCP2=ON -DCURL_BROTLI=OFF -DCURL_ZSTD=OFF -DCURL_USE_LIBSSH2=OFF
-DCMAKE_C_STANDARD=90 -DCURL_ENABLE_NTLM=ON -DUSE_PROXY_HTTP3=ON
- name: 'OpenSSL SecTrust'
- name: 'OpenSSL SecTrust krb5'
compiler: clang
install: libnghttp3 libngtcp2
install_steps: pytest
configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-ngtcp2 --with-apple-sectrust --enable-ntlm --enable-proxy-http3
configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-ngtcp2 --with-apple-sectrust --enable-ntlm --enable-proxy-http3 --with-gssapi
- name: 'OpenSSL event-based'
compiler: clang