From e6affbbc2c1a725bf429a3898e76fc5eba52e263 Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:40:28 +0200 Subject: [PATCH] fix: remove manylinux 217 builds for aarch64 Desciption: can't be supported anymore due to compilation issues Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> --- .github/workflows/python_release.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/python_release.yml b/.github/workflows/python_release.yml index 9a71871aa9..d0be4aa911 100644 --- a/.github/workflows/python_release.yml +++ b/.github/workflows/python_release.yml @@ -88,30 +88,6 @@ jobs: command: publish args: --skip-existing -m python/Cargo.toml - release-pypi-manylinux-217-aarch64: - needs: validate-release-tag - name: PyPI release manylinux-2_17 aarch64 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - - uses: Swatinem/rust-cache@v2 - with: - cache-targets: false - - - name: Publish manylinux to pypi aarch64 (without sdist) - uses: messense/maturin-action@v1 - env: - MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - with: - target: aarch64-unknown-linux-gnu - command: publish - args: --skip-existing -m python/Cargo.toml --no-sdist - before-script-linux: | - # We can remove this once we upgrade to 2_28. - # https://github.com/briansmith/ring/issues/1728 - export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8" - release-pypi-manylinux-228-aarch64: needs: validate-release-tag name: PyPI release manylinux-2_28 aarch64