Skip to content

Commit

Permalink
disable aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Dec 5, 2024
1 parent aa36010 commit 25f08d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
arch: x64
- target: i686-pc-windows-msvc
arch: x86
- target: aarch64-pc-windows-msvc
arch: x64
# There are a number of issues with cross compiling ring to windows on aarch64.
# For now, we just won't build a wheel, we will revisit this in the future.
# - target: aarch64-pc-windows-msvc
# arch: x64
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -84,9 +86,6 @@ jobs:
working-directory: py-rattler
target: ${{ matrix.platform.target }}
args: --release --out dist --no-default-features --features rustls-tls
env:
# aarch64 build fails, see https://github.com/PyO3/maturin/issues/2110
XWIN_VERSION: 16
- name: "Test wheel"
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion py-rattler/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==1.7.6"]
requires = ["maturin~=1.7.8"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 25f08d5

Please sign in to comment.