Commit Graph

5 Commits

Author SHA1 Message Date
armandomontanez 4ce19aa195
pigweed: Update to new json format (#7658)
Updates oss-fuzz to correctly parse Pigweed's updated CIPD JSON format
to fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44445. Also
restores bloaty to the list of required CIPD packages to allow
post-bootstrap checks to pass.
2022-05-03 17:04:22 +10:00
Dzmitry f3f9c37196
pigweed: Fix coverage build failure (#6924)
Use correct compilation directory in the coverage mapping.

Bug: https://crbug.com/oss-fuzz/38518
2021-11-30 03:43:53 +00:00
Ali Zhang add6b92183
pigweed: Fix build failure (#5132)
Pigweed python env setup now uses the "arm-none-eabi-gcc" toolchain
to derive some flags for the newly added clang for ARM toolchain.

Bug: https://crbug.com/oss-fuzz/30513
2021-02-08 09:50:13 +11:00
Ali Zhang 4ea64fc735
pigweed: Restore fuzzing (#5099)
Fuzzing was broken due to toolchain refactoring. This change brings
things back.

Test: Locally built and run the example toy_fuzzer per
      https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally
2021-02-03 17:24:27 +11:00
Aaron 21c3ee3f1a
Add Pigweed project (#3612)
Currently, this only builds with --sanitizer=address, due to hardcoded
-fno-rtti values in Pigweed's builds.
2020-04-13 18:41:14 -07:00