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

Feature: use precompiled jars for jazzer #169

Open
eustas opened this issue Jul 11, 2021 · 1 comment
Open

Feature: use precompiled jars for jazzer #169

eustas opened this issue Jul 11, 2021 · 1 comment
Labels
feature New feature or request question Further information is requested

Comments

@eustas
Copy link
Contributor

eustas commented Jul 11, 2021

In CI it takes about 2m15s for jazzer rules to compile itself. With precompiled jars only a little bit of native libs are required to be compiled.

@fmeum
Copy link
Member

fmeum commented Jul 15, 2021

Could you explain a bit more about why this is a problem with your CI setup? Are you using a disk cache?

With a disk cache, Bazel would cache Jazzer after building it once. This would mean that the first CI run using rules_fuzzing would take about 2 minutes longer, but all subsequent runs should just use the cached build of Jazzer.

@stefanbucur stefanbucur added feature New feature or request question Further information is requested labels Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants