-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Don't hold back images that can be upgraded. #9602
Conversation
This allows these projects to be compiled with centipede Related: #9583
/gcbrun trial_build.py wasmtime wolfssl bearssl php num-bigint relic libecc nettle |
/gcbrun trial_build.py wasmtime wolfssl bearssl php num-bigint relic libecc nettle |
I want to use gcbrun to see if this breaks coverage |
Relic coverage failure on GHA is out-of-space (spurious) |
Merge this if the wolfssl build completes (in about 3 hours) https://pantheon.corp.google.com/cloud-build/builds;region=us-central1/a2c8d316-81b0-4f3a-bf27-5e80b8ceb6d6?project=oss-fuzz |
/gcbrun skip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
How do we determine if we can upgrade an image?
For example, php
is also not using the latest image, can we upgrade it?
I held back projects that break with newer images. Determining if they can be upgraded is straightforward, just check that the build works :-) We could even automate this. |
This allows these projects to be compiled with centipede Related: google#9583
This allows these projects to be compiled with centipede
Related: #9583