Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix Python Arm build #3409

Merged
merged 8 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
wjones127 committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
wjones127 Will Jones
commit 5b3ecbfb0584c1dd091ce8f66c18e4a3e52203c6
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
extra_args: ""
- platform: aarch64
manylinux: "2_28"
extra_args: ""
extra_args: "--features fp16kernels"
# We don't build fp16 kernels for aarch64, because it uses
# cross compilation image, which doesn't have a new enough compiler.
runs-on: "ubuntu-22.04"
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -146,6 +146,7 @@ jobs:
with:
arm-build: "true"
manylinux: "2_28"
extra_args: "--features fp16kernels"
- name: Install dependencies
run: |
sudo apt update -y -qq