curl/.github/workflows
Viktor Szakats 8f5e4f020e
GHA: fix Linux triplet passed to CMAKE_C_COMPILER_TARGET
Before this patch it broke clang 20/21 cmake builds on ubuntu-26.04-arm
runner, failing at the beginning of the configure stage while probing
the compiler.

Seen in the 'CM openssl clang krb5 LTO' job:
```
: && /usr/bin/clang --target=aarch64-pc-linux-gnu   CMakeFiles/cmTC_3d9ae.dir/testCCompiler.c.o -o cmTC_3d9ae   && :
    /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find crtbeginS.o: No such file or directory
    /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find -lgcc: No such file or directory
    /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find -lgcc_s: No such file or directory
```
Ref: https://github.com/curl/curl/actions/runs/27778098314/job/82195462687#step:38:66

Follow-up to 36bd807475 #15242
Follow-up to 232302f88a #14382
Cherry-picked from #22092

Closes #22097
2026-06-19 00:53:04 +02:00
..
appveyor-status.yml GHA/appveyor-status: disable gh tool telemetry 2026-04-23 10:26:10 +02:00
checkdocs.yml CI: set DO_NOT_TRACK=1 2026-04-23 11:22:35 +02:00
checksrc.yml GHA: separate pytype from other checkers and pips 2026-06-19 00:14:18 +02:00
checkurls.yml CI: set DO_NOT_TRACK=1 2026-04-23 11:22:35 +02:00
codeql.yml GHA: drop brew update from all jobs 2026-06-12 02:46:03 +02:00
configure-vs-cmake.yml GHA: sync apt-get code between workflows/jobs 2026-06-17 15:16:19 +02:00
curl-for-win.yml GHA/curl-for-win: switch riscv job to debian:stable (testing broke) 2026-04-30 16:14:13 +02:00
distcheck.yml GHA: sync apt-get code between workflows/jobs 2026-06-17 15:16:19 +02:00
fuzz.yml CI: set DO_NOT_TRACK=1 2026-04-23 11:22:35 +02:00
http3-linux.yml GHA: fix Linux triplet passed to CMAKE_C_COMPILER_TARGET 2026-06-19 00:53:04 +02:00
label.yml GHA: bump 2 GitHub Actions 2026-06-03 00:27:43 +02:00
linux-old.yml tidy-up: miscellaneous 2026-05-27 16:53:57 +02:00
linux.yml GHA: fix Linux triplet passed to CMAKE_C_COMPILER_TARGET 2026-06-19 00:53:04 +02:00
macos.yml GHA/macos: enable krb5 in an autotools job 2026-06-17 16:29:15 +02:00
non-native.yml GHA: sync apt-get code between workflows/jobs 2026-06-17 15:16:19 +02:00
windows.yml GHA: bump analyzer/sanitizer jobs to clang-22, and ubuntu-26.04 2026-06-18 17:54:10 +02:00