We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb67b17 commit 3a09861Copy full SHA for 3a09861
.github/workflows/main.yml
@@ -146,7 +146,8 @@ jobs:
146
if: startsWith(github.event.ref, 'refs/tags')
147
env:
148
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"
+ 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"
151
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
152
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
153
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"
0 commit comments