Skip to content

Commit

Permalink
Changes to try to get manylinux wheels working.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 28, 2024
1 parent d5d237e commit 6672852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install QEMU for aarch64 emulation
uses: docker/setup-qemu-action@v2
with:
platforms: all

- name: Install packages
run: |
Expand All @@ -115,6 +120,7 @@ jobs:
CIBW_ARCHS: x86_64 aarch64
CIBW_ENVIRONMENT: CXXFLAGS="-std=c++17"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
CIBW_BEFORE_BUILD: |
yum install -y gcc gcc-c++
Expand Down

0 comments on commit 6672852

Please sign in to comment.