Skip to content
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

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

Open
matthiasgoergens opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@matthiasgoergens
Copy link
Collaborator

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.

@matthiasgoergens matthiasgoergens self-assigned this Dec 13, 2024
@matthiasgoergens matthiasgoergens changed the title Disable compilation of examples and ceno_rt when running cargo clippy or cargo check Skip building of examples and ceno_rt when running cargo clippy or cargo check Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant