From 3d6d8051d4c2c71517f8ba4db5bc5f2d92349f66 Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 10 Mar 2026 13:00:26 +0300 Subject: [PATCH 1/2] ci: add arm-unknown-linux-musleabihf 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..391343b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: - target: aarch64-unknown-linux-musl runner: ubuntu-24.04 manylinux: musllinux_1_2 - # - target: arm-unknown-linux-musleabihf - # runner: ubuntu-24.04 - # manylinux: musllinux_1_2 + - target: arm-unknown-linux-musleabihf + runner: ubuntu-24.04 + manylinux: musllinux_1_2 - target: armv7-unknown-linux-gnueabihf runner: ubuntu-24.04 manylinux: "2_17" From 21a83c8866cff6269faf3daed3e790d8ba614e46 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 2 Apr 2026 22:38:30 +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 5d93080..96a8a8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,7 @@ jobs: i686-unknown-linux-musl, aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl, + arm-unknown-linux-musleabihf, armv7-unknown-linux-gnueabihf, armv7-unknown-linux-musleabihf, powerpc64-unknown-linux-gnu,