|
Ran
|
Jobs
1
|
Files
437
|
Run time
46s
|
Badge
README BADGES
|
push
travis-ci-com
work around trailing slash issue with protobuf codegen (#10849) ### Problem See https://github.com/pantsbuild/pants/issues/10802 for an issue with protobuf generation and remote execution. As it turns out, sending the output directory as `out/` with a trailing slash caused BuildBarn to generate a Directory proto with a empty directory name in it. The trailing slash is forbidden by the REAPI spec in any event: https://github.com/bazelbuild/remote-apis/blob/f54876595/build/bazel/remote/execution/v2/remote_execution.proto#L507-L508 ### Solution This solution is just a short-term work around. A better fix would provide better validation of REAPI requests. ### Result The example-python repository is buildable in remote execution with BuildBarn.
0 of 29488 relevant lines covered (0.0%)
0.0 hits per line