Conversation
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
|
Is it only failing in CI? |
Thanks @jonathanmetzman for the input! The failure is in the oss-fuzz build (non-CI). Other failures are less informative, and do not happen at the same place in the build process. One of the alternatives is bazel-contrib/rules_fuzzing#185, but this:
|
|
Some findings: The binary size with AFL is an order of magnitude larger. |
|
Going to merge in the interim until AFL is fixed. |
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
Using AFL leads to out-of-space on the device.
Possible solution suggested in: bazel-contrib/rules_fuzzing#185
This PR disables AFL until we get this sorted out.
Signed-off-by: Adi Suissa-Peleg adip@google.com