Skip to content

Commit e2409aa

Browse files
authored
fix: remove manylinux 217 builds for aarch64 (#3880)
Can't be supported anymore due to compilation issues, see https://github.com/delta-io/delta-rs/actions/runs/18479050964/job/53251499488 Signed-off-by: Ion Koutsouris <[email protected]>
1 parent cb672ac commit e2409aa

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/python_release.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,6 @@ jobs:
8888
command: publish
8989
args: --skip-existing -m python/Cargo.toml
9090

91-
release-pypi-manylinux-217-aarch64:
92-
needs: validate-release-tag
93-
name: PyPI release manylinux-2_17 aarch64
94-
runs-on: ubuntu-latest
95-
steps:
96-
- uses: actions/checkout@v5
97-
98-
- uses: Swatinem/rust-cache@v2
99-
with:
100-
cache-targets: false
101-
102-
- name: Publish manylinux to pypi aarch64 (without sdist)
103-
uses: messense/maturin-action@v1
104-
env:
105-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
106-
with:
107-
target: aarch64-unknown-linux-gnu
108-
command: publish
109-
args: --skip-existing -m python/Cargo.toml --no-sdist
110-
before-script-linux: |
111-
# We can remove this once we upgrade to 2_28.
112-
# https://github.com/briansmith/ring/issues/1728
113-
export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8"
114-
11591
release-pypi-manylinux-228-aarch64:
11692
needs: validate-release-tag
11793
name: PyPI release manylinux-2_28 aarch64

0 commit comments

Comments
 (0)