Commit Graph

11 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
Rob Mohr c8e84159db
pigweed: Update team list and website (#7414)
Co-authored-by: asraa <asraa@google.com>
2022-03-30 10:13:59 -04:00
Ali Zhang 49cdfd9880
Pigweed: Add Dmitry Yatsushkevich to auto_ccs (#6975) 2021-12-07 16:06:29 -05: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 e7bd7fc5e3
pigweed: Update auto_ccs (#5102) 2021-02-03 11:36:43 -08:00
Ali Zhang 92e78de4ce
pigweed: Filter out example fuzzers in pw_fuzzer (#5101)
Do not run example fuzzers in pw_fuzzer as those are for demonstration
purposes.

Test: run `python infra/helper.py build_fuzzers  pigweed` and observe
      pw_fuzzer/toy_fuzzer in pw_fuzzer is NOT copied to out directory.
2021-02-03 11:36:37 -08: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
Abhishek Arya 95a7b67504
Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07: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