Trevor Hickey
Trevor Hickey
protobuf would be the best place to start
probably everything should allow a reason token. Its a meta property of any user chosen value. This should probably be added automatically, and not put into the actual concept.dat
Despite not being in the command line documentation, this **is** is possible. Use `--label="label-text"` I'm not sure why this flag, and many others, were excluded from `--help`
It seems like `options_file` was added to the provider? What do we need to do next to get it available for `cc_fuzz_test`?
I was looking for a way to set the maximum input length. Seems minor now that I changed the code to `if (len > max) {return;}`. Still seems like it...
Okay, thanks for clarifying that the implementation will be difficult. I agree that parallelizing clang-tidy processes and disabling checks is a good strategy to boost performance. We are already doing...
@werkt re-review?
related issue: https://github.com/bazelbuild/bazel-buildfarm/issues/493
we can add this to the existing execution wrappers so that its made available in containers. see: https://github.com/bazelbuild/bazel-buildfarm/blob/a8ec55703b5e94663accdcd3586c9178a951be50/BUILD#L36
This is for the discussion on https://github.com/bazelbuild/bazel-buildfarm/issues/975. I don't think its a good solution, but worth @shirchen trying