From d9eab7f4c56331b25eefc56cc5f3ff8a332ed11e Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 10 Mar 2026 13:01:39 +0300 Subject: [PATCH 1/2] ci: add loongarch64-unknown-linux-musl 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..b6b1e6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,9 +88,9 @@ jobs: # - 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 + - target: loongarch64-unknown-linux-musl + runner: ubuntu-24.04 + manylinux: musllinux_1_2 - target: x86_64-apple-darwin runner: macos-15 setup-python-versions: | From 7c434b59577edb12692dda7e845e748613e15679 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 2 Apr 2026 22:39:13 +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 91a320e..54605fb 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-musl, x86_64-apple-darwin, aarch64-apple-darwin, x86_64-pc-windows-msvc,