-
Notifications
You must be signed in to change notification settings - Fork 310
Build wheels for GraalPy #1771
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
Build wheels for GraalPy #1771
Conversation
please review |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1771 will not alter performanceComparing Summary
|
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.
Thanks, I'll let @davidhewitt have a quick look as well
Co-authored-by: Victorien <[email protected]>
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.
Looks like the build ran clean here too, thanks!
Change Summary
GraalPy is an alternative Python interpreter written in Java.
pydantic-core
already works on it out of the box, thanks to PyO3 supporting GraalPy, but it needs to be built from source. I'm adding a CI task to run tests on GraalPy and a CI task to build a wheel for GraalPy on Linux x86_64 (Other platforms should work too, but maturin currently doesn't support cross-compilation to GraalPy without having it installed. I'll work on that on maturin's side).I tested the full build on my fork: https://github.com/msimacek/pydantic-core/actions/runs/16669541765/job/47182503777?pr=1
CC @timfel
Checklist
pydantic-core
(except for expected changes)Selected Reviewer: @sydney-runkle