Skip to content

Commit

Permalink
Merge pull request #526 from pythonspeed/525-aarch64-wheels-failed-to…
Browse files Browse the repository at this point in the history
…-build

aarch64 wheels failed to build: new release, take 2
  • Loading branch information
itamarst authored Nov 3, 2024
2 parents cb67b17 + 7a20fab commit 9cab84f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,11 @@ jobs:
arm-wheels:
name: "Wheels for ARM64"
runs-on: "ubuntu-latest"
if: startsWith(github.event.ref, 'refs/tags')
#if: startsWith(github.event.ref, 'refs/tags')
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BEFORE_ALL_LINUX: "yum install -y lld; curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
CIBW_BEFORE_ALL_LINUX: "yum install -y lld && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"
Expand Down

0 comments on commit 9cab84f

Please sign in to comment.