Skip to content

Commit 3a09861

Browse files
committed
Use newer manylinux
1 parent cb67b17 commit 3a09861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
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)