{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1758621023,"commit_time":1758623988,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"b326293619996ff88f965cc3baf90cee2038ba36","message":"GHA/linux: fix address sanitizer error output\n\nSame issue as seen earlier in the tsan job. Fix it the same way, by\nswitching to cmake to avoid autotools' libtool confusing the analyzer.\nRef: 2a46df31fdb91851895bc46d81f0065e6cafc80b #18274\n\nConfiguration remains identical. I removed libssh2 from the installed\npackages, because it was unused before, but cmake enabled it by default\nand libssh2 has memory leaks:\nRef: https://github.com/curl/curl/actions/runs/17941312820/job/51018425159\n\nFixing:\n```\n/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)\n/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\n==33900==WARNING: Can't read from symbolizer at fd 3\n[..]\n==33900==WARNING: Can't write to symbolizer at fd 6\n==33900==WARNING: Failed to use and restart external symbolizer\n```\nRef: https://github.com/curl/curl/actions/runs/17939949191/job/51013953675?pr=18693\n\nCherry-picked from #18693\nCloses #18696\n","parents":["71fc11e6bbf530b90bf6e93a02cb32bdaecc933b"],"tree_hash":"596d15ed7a2a4a563bb9a974d116e37c14772e48"}