scroll-tech / scroll-tech/ceno

Skip building of examples and ceno_rt when running `cargo clippy` or `cargo check`

Open
#747 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.