Skip to content

Commit

Permalink
Keep runfiles tree IDs in memory for tools and multiple test attempts [
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681006522
  • Loading branch information
fmeum authored and copybara-github committed Oct 1, 2024
1 parent 30cabb0 commit 9edd98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/bazel/src/main/protobuf/spawn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ message ExecLogEntry {
// Entry ID of the set of inputs. Unset means empty.
uint32 input_set_id = 4;

// Entry ID of the set of tool inputs. Unset means empty.
// Entry ID of the subset of inputs that are tools. Unset means empty.
uint32 tool_set_id = 5;

// The set of outputs.
Expand Down

0 comments on commit 9edd98b

Please sign in to comment.