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

Add caching to the CI fuzzing target #2091

Closed
Shnatsel opened this issue Jan 9, 2024 · 1 comment
Closed

Add caching to the CI fuzzing target #2091

Shnatsel opened this issue Jan 9, 2024 · 1 comment

Comments

@Shnatsel
Copy link
Contributor

Shnatsel commented Jan 9, 2024

CI fuzz job takes a long time not because it fuzzes for a while, but because it takes a long time to compile.

It should be made to use caching, just like the rest of CI.

@fintelia
Copy link
Contributor

Fixed in #2157. The build itself isn't cached, but the installation of cargo-fuzz is. Also switched to "check" instead of a full build which further sped things up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants