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

how to test changes to images locally #12638

Open
0xalpharush opened this issue Oct 22, 2024 · 0 comments
Open

how to test changes to images locally #12638

0xalpharush opened this issue Oct 22, 2024 · 0 comments

Comments

@0xalpharush
Copy link

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:

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?

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