From f727b06a84ac848ca55525e7682465fb7e9ac616 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 10 Mar 2026 13:01:13 +0300 Subject: [PATCH 1/2] ci: add loongarch64-unknown-linux-gnu target --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f04c3f..dad822c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,9 +85,9 @@ jobs: # - target: riscv64gc-unknown-linux-musl # runner: ubuntu-24.04 # manylinux: musllinux_1_2 - # - target: loongarch64-unknown-linux-gnu - # runner: ubuntu-24.04 - # manylinux: "2_36" + - target: loongarch64-unknown-linux-gnu + runner: ubuntu-24.04 + manylinux: "2_36" # - target: loongarch64-unknown-linux-musl # runner: ubuntu-24.04 # manylinux: musllinux_1_2 From 88b105b98951331a419dcd4952802aea1f4ed5ee Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 2 Apr 2026 22:38:02 +0300 Subject: [PATCH 2/2] clippy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9361c89..63c18db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,6 +230,7 @@ jobs: s390x-unknown-linux-gnu, riscv64gc-unknown-linux-gnu, riscv64gc-unknown-linux-musl, + loongarch64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin, x86_64-pc-windows-msvc,