Skip to content

Commit 9cab84f

Browse files
authored
Merge pull request #526 from pythonspeed/525-aarch64-wheels-failed-to-build
aarch64 wheels failed to build: new release, take 2
2 parents cb67b17 + 7a20fab commit 9cab84f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ jobs:
143143
arm-wheels:
144144
name: "Wheels for ARM64"
145145
runs-on: "ubuntu-latest"
146-
if: startsWith(github.event.ref, 'refs/tags')
146+
#if: startsWith(github.event.ref, 'refs/tags')
147147
env:
148148
CIBW_ARCHS_LINUX: aarch64
149-
CIBW_BEFORE_ALL_LINUX: "yum install -y lld; curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
149+
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
150+
CIBW_BEFORE_ALL_LINUX: "yum install -y lld && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
150151
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
151152
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
152153
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"

0 commit comments

Comments
 (0)