Feature/build riscv64 bin#19819
Merged
MichaReiser merged 4 commits intoastral-sh:mainfrom Aug 14, 2025
ffgan:feature/build_riscv64_bin
Merged
Feature/build riscv64 bin#19819MichaReiser merged 4 commits intoastral-sh:mainfrom ffgan:feature/build_riscv64_bin
MichaReiser merged 4 commits intoastral-sh:mainfrom
ffgan:feature/build_riscv64_bin
Conversation
Member
|
Thank you. For reference, uv added riscv64 support in astral-sh/uv#12688 @Gankra would you mind taking a look at this PR? The changes do make sense to me |
Contributor
|
dcreager
added a commit
that referenced
this pull request
Aug 14, 2025
* main: Feature/build riscv64 bin (#19819) [ty] Add caching to `CodeGeneratorKind::matches()` (#19912) [ty] Rename `functionArgumentNames` to `callArgumentNames` inlay hint setting (#19911) [ty] Default `ty.inlayHints.*` server settings to true (#19910) [ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906) [ty] fix deferred name loading in PEP695 generic classes/functions (#19888) [ty] Add some additional type safety to `CycleDetector` (#19903) [`flake8-blind-except`] Fix `BLE001` false-positive on `raise ... from None` (#19755) [ty] resolve docstrings for modules (#19898)
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.
Summary
Recently, PyPI has added support for riscv64. Ruff can consider adding support for building Ruff on riscv64 so that Ruff can be used directly on riscv64.
Test Plan
Here are the CI results from my fork.
other info
Co-authored by: [email protected];