Skip to content

Commit c74cbe8

Browse files
rithulkameshclaude
andcommitted
fix(ci): drop aarch64-linux wheel — ring manylinux2014 cross-compile unfixable
ring 0.17 ASM incompatible with GCC10 manylinux2014 cross-toolchain. Linux arm64 users: cargo install devsper-bin. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d79e5b commit c74cbe8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
include:
100100
- os: ubuntu-latest
101101
target: x86_64-unknown-linux-gnu
102-
- os: ubuntu-latest
103-
target: aarch64-unknown-linux-gnu
104102
- os: macos-latest
105103
target: x86_64-apple-darwin
106104
- os: macos-latest
@@ -111,10 +109,6 @@ jobs:
111109
steps:
112110
- uses: actions/checkout@v4
113111

114-
- name: Set ARM64 cross-compile flags (ring requires __ARM_ARCH)
115-
if: matrix.target == 'aarch64-unknown-linux-gnu'
116-
run: echo "CFLAGS_aarch64_unknown_linux_gnu=-march=armv8-a" >> $GITHUB_ENV
117-
118112
- uses: PyO3/maturin-action@v1
119113
with:
120114
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)