Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jan 7, 2025
1 parent a94b87c commit ec63a78
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,7 @@ jobs:
- name: Add AArch64 Rust Target
if: matrix.platform.target == 'aarch64'
run: rustup target add aarch64-unknown-linux-gnu

# Set environment variables for cross-compilation
- name: Set Environment Variables for AArch64
if: matrix.platform.target == 'aarch64'
run: |
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
echo "CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++" >> $GITHUB_ENV

- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ec63a78

Please sign in to comment.