curl/.github/workflows
Viktor Szakats b326293619
GHA/linux: fix address sanitizer error output
Same issue as seen earlier in the tsan job. Fix it the same way, by
switching to cmake to avoid autotools' libtool confusing the analyzer.
Ref: 2a46df31fd #18274

Configuration remains identical. I removed libssh2 from the installed
packages, because it was unused before, but cmake enabled it by default
and libssh2 has memory leaks:
Ref: https://github.com/curl/curl/actions/runs/17941312820/job/51018425159

Fixing:
```
/usr/bin/llvm-symbolizer-18: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: no version information available (required by /usr/bin/llvm-symbolizer-18)
/usr/bin/llvm-symbolizer-18: symbol lookup error: /home/runner/work/curl/curl/bld/lib/.libs/libcurl.so.4: undefined symbol: __asan_option_detect_stack_use_after_return
==33900==WARNING: Can't read from symbolizer at fd 3
[..]
==33900==WARNING: Can't write to symbolizer at fd 6
==33900==WARNING: Failed to use and restart external symbolizer
```
Ref: https://github.com/curl/curl/actions/runs/17939949191/job/51013953675?pr=18693

Cherry-picked from #18693
Closes #18696
2025-09-23 12:39:48 +02:00
..
appveyor-status.yml GHA: document permissions as required by zizmor 1.13.0 2025-09-13 18:11:53 +02:00
checkdocs.yml GHA: tidy up actions/checkout version in comments [ci skip] 2025-09-19 14:20:14 +02:00
checksrc.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00
codeql.yml GHA/codeql: build units on Linux 2025-09-23 11:48:02 +02:00
configure-vs-cmake.yml GHA: update actions/checkout action to v5 2025-08-12 11:17:08 +02:00
curl-for-win.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00
distcheck.yml GHA/distcheck: disable man-db/auto-update 2025-09-14 14:02:32 +02:00
fuzz.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00
hacktoberfest-accepted.yml GHA: document permissions as required by zizmor 1.13.0 2025-09-13 18:11:53 +02:00
http3-linux.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00
label.yml GHA: document permissions as required by zizmor 1.13.0 2025-09-13 18:11:53 +02:00
linux-old.yml libssh2: up the minimum requirement to 1.9.0 2025-09-20 22:39:07 +02:00
linux.yml GHA/linux: fix address sanitizer error output 2025-09-23 12:39:48 +02:00
macos.yml GHA: enable more options in static analyzer jobs 2025-09-22 13:10:51 +02:00
non-native.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00
windows.yml build: drop the winbuild build system 2025-09-20 01:20:25 +02:00