scroll-tech / scroll-tech/ceno
Skip building of examples and ceno_rt when running `cargo clippy` or `cargo check`
Open
@matthiasgoergens is already working on this.
Since Dec 13, 2024.
- Dominant language
- Rust
- Stars
- 153
- Forks
- 43
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 4
Description
cargo check and cargo clippy can be fairly fast, because they do not need to actually build the libraries and executables.
However because of the way examples-builder makes our RiscV examples available to the native parts of Ceno, running cargo check or cargo clippy on the native parts leads to a building of the RiscV parts. And that takes a comparatively long time, on a fresh checkout, like in our CI.
This issues tracks our progress on removing this slowdown.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.