We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several go projects have 0 coverage e.g. https://introspector.oss-fuzz.com/project-profile?project=tendermint, and I was investigating how to fix. However, when I make changes to the base images, I do not observe them despite using --no-pull.
--no-pull
This is what I was trying but changes to compile_native_go_fuzzer did not seem to take effect:
compile_native_go_fuzzer
python3 infra/helper.py build_image --no-pull base-runner python3 infra/helper.py build_image --no-pull base-builder-go python3 infra/helper.py build_image --no-pull tendermint python3 infra/helper.py build_fuzzers --sanitizer coverage tendermint python3 infra/helper.py coverage tendermint
What is the correct way to accomplish this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several go projects have 0 coverage e.g. https://introspector.oss-fuzz.com/project-profile?project=tendermint, and I was investigating how to fix. However, when I make changes to the base images, I do not observe them despite using
--no-pull
.This is what I was trying but changes to
compile_native_go_fuzzer
did not seem to take effect:What is the correct way to accomplish this?
The text was updated successfully, but these errors were encountered: