Skip to content

Commit

Permalink
remove aarch if block
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 16, 2024
1 parent 2f3c5c4 commit d5f3b5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ jobs:
- name: Install Python versions
run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10

- name: Add aarch64
if: ${{ matrix.platform.target == 'aarch64' }}
run: |
sudo apt-get install musl-tools clang llvm -y
echo CC_aarch64_unknown_linux_musl=clang >> $GITHUB_ENV
echo AR_aarch64_unknown_linux_musl=llvm-ar >> $GITHUB_ENV
echo 'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"' >> $GITHUB_ENV
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d5f3b5e

Please sign in to comment.