Set the manylinux tag explicitly for ppc64 builds

This commit is contained in:
Zanie Blue
2026-01-07 17:31:58 -06:00
parent d18902cdcc
commit c1a3068e4e
+3 -1
View File
@@ -290,10 +290,12 @@ jobs:
arch: ppc64le
# see https://github.com/astral-sh/ruff/issues/10073
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
manylinux: manylinux_2_17
- target: powerpc64-unknown-linux-gnu
arch: ppc64
# see https://github.com/astral-sh/ruff/issues/10073
maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
manylinux: manylinux_2_17
- target: arm-unknown-linux-musleabihf
arch: arm
@@ -311,7 +313,7 @@ jobs:
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
with:
target: ${{ matrix.platform.target }}
manylinux: auto
manylinux: ${{ matrix.platform.manylinux || 'auto' }}
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist
- uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1