]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: extend clang-tidy jobs with more build options, add Windows job
authorViktor Szakats <commit@vsz.me>
Wed, 19 Mar 2025 17:42:54 +0000 (18:42 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 24 Mar 2025 11:37:43 +0000 (12:37 +0100)
commite7944fb3dadcde1d701466848b6adcbcea5a37ba
treef58ca79161fe2aed55b1409a519fa902630b8a1a
parentc712effda34ba28c020b8d554e5aa757caa7c470
GHA: extend clang-tidy jobs with more build options, add Windows job

- linux: wolfssl, wolfssh (replacing libssh2), ech, kerberos/GSSAPI,
  ssls-export (libssh2 remains tested on macos.)

- macos: brotli, zstd, c-ares, gnutls, mbedtls, gsasl, rtmp, ssls-export

- windows: new job with schannel, sspi, winidn, winldap, ssls-export

- unit3205: fix/silence remaining NULL dereferences.

Commits fixing the issues found:
cbbccb8b3aa357926131375e7082b2579fa3fe82 #16766
554e4c14bee82a604e08d51767f49fe11580e700 #16777

Closes #16764
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml
tests/unit/unit3205.c