test: Implement build script for oss-fuzz infra.#5493
Merged
arkodg merged 3 commits intoenvoyproxy:mainfrom Mar 14, 2025
Merged
test: Implement build script for oss-fuzz infra.#5493arkodg merged 3 commits intoenvoyproxy:mainfrom
arkodg merged 3 commits intoenvoyproxy:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5493 +/- ##
==========================================
+ Coverage 65.24% 65.26% +0.02%
==========================================
Files 213 213
Lines 33989 33989
==========================================
+ Hits 22175 22182 +7
+ Misses 10484 10477 -7
Partials 1330 1330 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
f1eaa7e to
5882317
Compare
arkodg
reviewed
Mar 13, 2025
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
nareddyt
approved these changes
Mar 14, 2025
zirain
approved these changes
Mar 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5492
This script will be referred from our
Dockerfilein the oss-fuzz repository to build the Fuzzers in the oss-fuzz infra.For example, take a look at ArgoCD integration here https://github.com/google/oss-fuzz/blob/master/projects/argo/build.sh
Release Notes: No
CC: @arkodg @nareddyt