Commit 6777112
authored
- Unlike the other messages where a digest_function field was added,
ExecuteActionMetadata is returned by the server to the client. This
means that the words "client" and "server" need to be swapped around
in some but not all places.
- To ensure backward compatibility, we permit digest functions that were
defined at the time this field was added to remain unset. When the
digest_function fields were added to the other messages, the last one
to be added was MURMUR3. In the meantime we've added BLAKE3 and
SHA256TREE, so for this specific field we must list those as well.
1 parent a6328f5 commit 6777112
File tree
2 files changed
+10
-10
lines changed- build/bazel/remote/execution/v2
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2799 | 2799 | | |
2800 | 2800 | | |
2801 | 2801 | | |
2802 | | - | |
2803 | | - | |
2804 | | - | |
2805 | | - | |
2806 | | - | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
2807 | 2807 | | |
2808 | 2808 | | |
2809 | 2809 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1560 | 1560 | | |
1561 | 1561 | | |
1562 | 1562 | | |
1563 | | - | |
1564 | | - | |
1565 | | - | |
1566 | | - | |
1567 | | - | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | 1570 | | |
| |||
0 commit comments