Skip to content

Commit

Permalink
Add a note about ordering of Tree protos (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden authored May 9, 2022
1 parent 3b2f1fc commit 5971c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@ message Tree {
// recursively, all its children. In order to reconstruct the directory tree,
// the client must take the digests of each of the child directories and then
// build up a tree starting from the `root`.
// Servers SHOULD ensure that these are ordered consistently such that two
// actions producing equivalent output directories on the same server
// implementation also produce Tree messages with matching digests.
repeated Directory children = 2;
}

Expand Down

0 comments on commit 5971c1e

Please sign in to comment.