From c1a3068e4ead0594160368635bbf72bea8715ef3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 7 Jan 2026 17:31:58 -0600 Subject: [PATCH] Set the manylinux tag explicitly for ppc64 builds --- .github/workflows/build-binaries.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index ec54fd058..0a01a5d92 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -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