jonathanmetzman
jonathanmetzman
Envoy has expressed interest in using ClusterFuzzLite with Azure pipelines.
**Describe the bug** Some projects need ELF files for purposes other than running code. For example, AFL contains ELF files that are example testcases that have crashed the `strings` program....
We can't allow this or we will slow down every clone of OSS-Fuzz (bad for CIFuzz).
Now that CIFuzz can support non-Github users we should look into parallel running of fuzzers. This will be especially useful for Skia (cc @kjlubick) which will use 64 core machines...
It reinstalls clang? and adds 1.7GB to our image size, which slows down every CFL/CIFuzz user.
Try my POC https://github.com/google/oss-fuzz/pull/8443
Related: https://github.com/google/clusterfuzzlite/issues/105
Some of these may have been disabled in error.
You are probably reading this issue because MSAN was disabled in your project during the [upgrade to Ubuntu 20.04](https://github.com/google/oss-fuzz/issues/6180) Note that if your project was broken before the upgrade it...