Dongge Liu
Dongge Liu
Questions: 1. Do we need to have an [`centipede.options` file](https://github.com/google/oss-fuzz/blob/0296d0f3797728063b12efa3be4048476d732c60/infra/base-images/base-runner/run_fuzzer#L52) to store the params that `centipede` needs to run? 2. I reckon we also need tests later, e.g. [bad_build_check](https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-runner/bad_build_check)?
> We certainly do want to support this in bad_build_check though. Cool! I will add checks to that file later : )
/gcbrun trial_build.py all --sanitizer coverage --fuzzing-engine centipede
/gcbrun trial_build.py all --sanitizer coverage --fuzzing-engine centipede
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine centipede
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine centipede
> FYI the trial build completes so quickly because it doesn't actually build any projects with centipede since none of them are configured to work with centipede. I see, thanks....
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine centipede
Added `github_scarecrow` as a trial build test (and passed). Also added a CI for `Centipede`, (and passed).
/gcbrun trial_build.py all --sanitizer address --fuzzing-engine centipede