From 1cae2ea73dda96143d62c167f5c3821a719a1eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Wed, 8 Apr 2026 13:24:29 +0800 Subject: [PATCH] feat: Add loongarch64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴小白 <296015668@qq.com> --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0166bb6b1..324a77375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,6 +269,10 @@ jobs: target: riscv64gc-unknown-linux-musl container: '{"image": "messense/rust-musl-cross:riscv64gc-musl"}' lto: "false" + - os: ubuntu-22.04 + target: loongarch64-unknown-linux-musl + container: '{"image": "messense/rust-musl-cross:loongarch64-musl"}' + rustflags: -Ctarget-feature=+crt-static - os: ubuntu-22.04 binary: sccache-dist extra_args: --no-default-features --features="dist-server"