aspect-build/aspect-cli

[FR]: Update build_event_stream.proto to include missing fields

Closed this issue · 0 comments

What is the current behavior?

Your protobuf is missing the failure_details field for BuildFinished

The field is defined here
https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto#L888-L889

But it's not here
https://github.com/aspect-build/aspect-cli/blob/main/bazel/buildeventstream/build_event_stream.proto#L692

Describe the feature

Add missing fields.