Skip to content

Commit

Permalink
GetActionResultRequest.inline_output_files description: consider `o…
Browse files Browse the repository at this point in the history
…utput_paths` (bazelbuild#152)

The `GetActionResultRequest.inline_output_files` field must now contain
entries that are in the deprecated `Command.output_files` field or in
its replacement, `Command.output_paths`.
  • Loading branch information
Santiago Gil authored Aug 11, 2020
1 parent e44c723 commit 991ea41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,8 @@ message GetActionResultRequest {
bool inline_stderr = 4;

// A hint to the server to inline the contents of the listed output files.
// Each path needs to exactly match one path in `output_files` in the
// Each path needs to exactly match one file path in either `output_paths` or
// `output_files` (DEPRECATED since v2.1) in the
// [Command][build.bazel.remote.execution.v2.Command] message.
repeated string inline_output_files = 5;
}
Expand Down

0 comments on commit 991ea41

Please sign in to comment.