Skip to content

Commit

Permalink
Merge pull request #194 from pierreluctg/patch-2
Browse files Browse the repository at this point in the history
Only build manylinux x86_64 until aarch64 issues are resolved
  • Loading branch information
christoph2 authored Jan 8, 2025
2 parents a40fe70 + f5c8148 commit f8d9b14
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
# cibw_archs: "aarch64"
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -42,11 +37,9 @@ jobs:
sudo apt-get upgrade -y
# sudo apt-get install -y python3-dev
- name: Build wheel
uses: pypa/cibuildwheel@v2.22
uses: pypa/cibuildwheel@v2.20
env:
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_LINUX: x86_64

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f8d9b14

Please sign in to comment.