aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/run_fuzzers.Dockerfile
Commit message (Collapse)AuthorAge
* Move entrypoints for CIFuzz to cifuzz folder. (#5020)Gravatar jonathanmetzman2021-01-20
| | | | | Move entrypoints for CIFuzz to cifuzz. This allows us to reduce some complexity by getting rid of an unnecessary copy in docker and a hack to making importing work.
* Cifuzz external build (#4656)Gravatar jonathanmetzman2020-12-07
| | | | | * Support building fuzzers for projects outside of OSS-Fuzz * Use retry wrapper * Fix some tests.
* Make CIFuzz more debuggable by allowing one to run off a branch (#4666)Gravatar jonathanmetzman2020-11-24
Make it possible to run CIFuzz from a non-master branch