oss-fuzz/infra/cifuzz
jonathanmetzman 55d9a81cd7
[CIFuzz] Allow supplying a manual source checkout (#4250)
Make CIFuzz building accept an env var `MANUAL_SRC_PATH` that points to a manually prepared checkout of the project-under-tests's source code. This allows projects like Skia which are not on OSS-Fuzz and/or need to make changes to the repo after checking out the right commit to use CIFuzz.
Note that for now we aren't supporting this in GitHub, so projects that need to modify the source after checkout can't use it until
we do support it.

Also, use the local copy of OSS-Fuzz when building cifuzz-base instead of cloning it from GitHub. This makes local debugging/development much easier since it allows one to use CIFuzz with local changes.
2020-08-05 18:45:12 -07:00
..
actions [CIFuzz] Allow supplying a manual source checkout (#4250) 2020-08-05 18:45:12 -07:00
cifuzz-base [CIFuzz] Allow supplying a manual source checkout (#4250) 2020-08-05 18:45:12 -07:00
test_files Fix infra tests. (#4097) 2020-07-10 07:00:02 +10:00
cifuzz.py [CIFuzz] Allow supplying a manual source checkout (#4250) 2020-08-05 18:45:12 -07:00
cifuzz_test.py Remove sanitizer validation checks in CIFuzz, (#4131) 2020-07-15 13:00:57 -07:00
example_main.yml cifuzz: upload artifacts only when the "run fuzzers" step fails (#3733) 2020-04-30 09:40:39 -07:00
fuzz_target.py [CIFuzz] Add support for different sanitizers (#3969) 2020-06-11 18:27:01 -07:00
fuzz_target_test.py Fix CIFuzz issue where targets assumed in OSS-Fuzz build if exists (#3817) 2020-05-28 10:14:57 -07:00