Add riscv64 build target for manylinux#12723
Merged
Viicos merged 4 commits intopydantic:mainfrom Feb 25, 2026
Merged
Conversation
Contributor
Contributor
Author
|
Please review |
Collaborator
Collaborator
|
From https://discuss.python.org/t/packaging-support-for-riscv64/58475/12 it looks to me like riscv64 is indeed a supported architecture on PyPI now. (First I'd heard of that being the case!) |
Removed riscv64gc target from CI configuration.
Viicos
approved these changes
Feb 25, 2026
This was referenced Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
This PR adds support for building and publishing a wheel built for riscv64 on Linux systems using libc (musl doesn't seem to build as of yet). I tried this on my fork of pydantic-core, which seemed to work without an issue. Since pydantic-core was moved to the main pydantic mono-repo, I'm not sure how the CI-workflow will be ran, so wasn't able to test in that context.
The target option doesn't use the same alias as the other architectures. That's because no alias was present in the maturin-action for the riscv64gc-unknown-linux-gnu target. This was added in this PR. Once this is included in a new release, the alias could also be used in the pydantic-core workflow.
Related issue number
fix #12722
Checklist
Selected Reviewer: @Viicos