From: Tal Regev Date: Thu, 14 Nov 2024 22:27:18 +0000 (+0200) Subject: GHA/windows: enable GSS-API in an MSVC job X-Git-Tag: curl-8_11_1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24085b53c632c131a5a5da755fb2687cda365b3f;p=thirdparty%2Fcurl.git GHA/windows: enable GSS-API in an MSVC job Ref: #15545 Ref: #15564 Ref: #15585 Closes #15549 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 06d5f12621..0b6ea759d9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -637,7 +637,7 @@ jobs: -DCURL_USE_GSASL=ON -DUSE_WIN32_IDN=ON -DENABLE_UNICODE=ON - name: 'openssl' - install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv' + install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv krb5' arch: 'x64' plat: 'windows' type: 'Debug' @@ -645,7 +645,7 @@ jobs: config: >- -DCURL_BROTLI=ON -DCURL_ZSTD=ON -DCURL_USE_LIBSSH2=ON -DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON - -DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON + -DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON -DCURL_USE_GSSAPI=ON - name: 'openssl' install: 'brotli zlib zstd nghttp2 nghttp3 openssl libssh2'