From a36e979284219a0a15c758178053afecebc0af1b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 17 Jun 2026 16:22:52 +0200 Subject: [PATCH] GHA/macos: enable krb5 in an autotools job Cherry-picked from #22052 Closes #22069 --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4a50877d7f..685a533c50 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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