Commit Graph

5 Commits

Author SHA1 Message Date
Dongge Liu 7e66453383
Make `Centipede` a default fuzzing engine (#10109)
1. Add `centipede` to `DEFAULT_ENGINES`.
2. Remove the `fuzzing_engines` attribute from `project.yaml`s if
redundant (i.e., all default engines are included in that YAML file).
3. Temporarily disable `centipede` on `c`/`c++` projects that previously
use all `DEFAULT_ENGINES` (200 projects did not specify
`fuzzing_engines` in `project.yaml`) so that we can gradually enable
centipede later them later.
2023-04-21 09:48:45 +10:00
Guido Vranken cafc75fc8a
Fix Botan build in multiple projects (#10050) 2023-04-10 03:20:31 -07:00
jonathanmetzman 18f3e3231d
Don't hold back images that can be upgraded. (#9602)
This allows these projects to be compiled with centipede
Related: https://github.com/google/oss-fuzz/issues/9583
2023-02-06 19:34:38 -05:00
jonathanmetzman dabee12f18
Roll clang to llvmorg-15-init-1464-gbf7f8d6f (#8313)
* Roll clang to llvmorg-15-init-1464-gbf7f8d6f

This is incremental roll meant to break less than #8108

* Pin some projects

* pin cryptofuzz
2022-08-24 10:31:28 -04:00
Guido Vranken eb315fe496
[num-bigint] Add project (#6783)
* [num-bigint] Add project

* [num-bigint] Fix i386 build
2021-11-11 19:38:27 -05:00