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 f39002f commit 51ff5f2Copy full SHA for 51ff5f2
.github/workflows/CI.yml
@@ -44,12 +44,10 @@ jobs:
44
target: ${{ matrix.platform.target }}
45
args: --release --out dist --interpreter python3.9 python3.10 python3.11 python3.12 python3.13 python3.14
46
sccache: 'true'
47
- manylinux: ${{ matrix.platform.target == 'aarch64' && '2_28' || 'auto' }}
+ manylinux: auto
48
before-script-linux: |
49
# run this installation and add CFLAGS only for aarch64
50
if [ "${{ matrix.platform.target }}" = "aarch64" ]; then
51
- apt-get update
52
- apt-get install -y pkg-config libssl-dev
53
export CFLAGS="-D__ARM_ARCH=8"
54
fi
55
0 commit comments