Skip to content

Commit

Permalink
ci: Temporarily disable aarch linux wheel in Python release workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Nov 1, 2023
1 parent ff0e56f commit 5c72df9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
exclude:
- os: windows-32gb-ram
architecture: aarch64
# Temporarily disable linux aarch64 cross compilation
# TODO: Renable this when issue is fixed
# https://github.com/pola-rs/polars/issues/12180
- os: ubuntu-latest
architecture: aarch64

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ numpy = { version = "0.20", default-features = false }
once_cell = "1"
pyo3 = { version = "0.20", features = ["abi3-py38", "extension-module", "multiple-pymethods"] }
pyo3-built = { version = "0.4", optional = true }
# Remove once release compiles without
ring = { version = '=0.17.4' }
serde_json = { version = "1", optional = true }
smartstring = "1"
thiserror = "1"
Expand Down

0 comments on commit 5c72df9

Please sign in to comment.