To sync with the rest of core workflows. Also fix the `tidy` (clang-tidy) target in autotools to support out-of-tree builds: ``` clang-tidy slist_wc.c terminal.c tool_bname.c [...] var.c tool_hugehelp.c tool_ca_embed.c -quiet --warnings-as-errors=* -checks=-clang-analyzer-security.insecureAPI.strcpy,-clang-analyzer-optin.performance.Padding,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,-clang-analyzer-valist.Uninitialized -- -I../../include -I../lib -I../src -I../../lib -I../../src -DBUILDING_CURL -DUSE_MANUAL -D_GNU_SOURCE -DHAVE_CONFIG_H [1/45] Processing file /home/runner/work/curl/curl/bld/src/slist_wc.c. Error while processing /home/runner/work/curl/curl/bld/src/slist_wc.c. [2/45] Processing file /home/runner/work/curl/curl/bld/src/terminal.c. Error while processing /home/runner/work/curl/curl/bld/src/terminal.c. [3/45] Processing file /home/runner/work/curl/curl/bld/src/tool_bname.c. Error while processing /home/runner/work/curl/curl/bld/src/tool_bname.c. [...] ``` Ref: https://github.com/curl/curl/actions/runs/13525337357/job/37794388404?pr=16480#step:36:561 Closes #16480 |
||
|---|---|---|
| .. | ||
| appveyor-status.yml | ||
| checkdocs.yml | ||
| checksrc.yml | ||
| configure-vs-cmake.yml | ||
| curl-for-win.yml | ||
| distcheck.yml | ||
| fuzz.yml | ||
| hacktoberfest-accepted.yml | ||
| http3-linux.yml | ||
| label.yml | ||
| linux-old.yml | ||
| linux.yml | ||
| macos.yml | ||
| non-native.yml | ||
| windows.yml | ||