Files
rust/src/ci
WANG Rui 87c66c93ca ci: loongarch64: use medium code model to avoid relocation overflows
The LoongArch C/C++ cross toolchain defaults to the `normal` code model, which
can cause relocation overflows when linking LLVM after upgrading to verion 22.
This change uses the `medium`code model for `loongarch64-linux-gnu` and
`loongarch64-linux-musl` builds to avoid these linking errors.
2025-10-27 09:44:16 +08:00
..
2025-10-13 15:20:49 +02:00
2024-11-29 16:04:12 +01:00