-
Notifications
You must be signed in to change notification settings - Fork 9
build 0.21.4 with armv7 #46
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR creates a new GitHub workflow to build ARMv7 wheels for tree-sitter-c version 0.21.4. The workflow sets up automated building of Python wheels specifically for ARMv7 architecture using self-hosted ARM runners.
- Adds a new GitHub Actions workflow for building ARMv7 wheels
- Configures the workflow to checkout tree-sitter-c at version v0.21.4
- Sets up Python wheel building with cibuildwheel for native ARM architecture
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- name: Set up Python | ||
uses: actions/setup-python@v6 | ||
with: | ||
python-version: "3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 3.8 has reached end-of-life status in October 2024. Consider upgrading to a supported version like Python 3.9 or later for security updates and continued support.
python-version: "3.8" | |
python-version: "3.9" |
Copilot uses AI. Check for mistakes.
👋 Hello hfudev, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
2b52396
to
42de0d6
Compare
42de0d6
to
b042325
Compare
@dobairoland I succeeded with a custom action. Please don't merge this MR. I tested the built wheel on armv7, and it's working. could you help upload it to our internal pypi server? Thanks a lot! |
the built artifact is here: https://github.com/espressif/idf-python-wheels/actions/runs/18041416522/artifacts/4116196054 |
@hfudev It should be done: https://dl.espressif.com/pypi/tree-sitter-c/ |
No description provided.