Skip to content

Commit

Permalink
Add an option for using the Micosoft VSO-Hash digest function (#84)
Browse files Browse the repository at this point in the history
This allows Remote Exec implementations for Microsoft Build Accelerator (https://github.com/Microsoft/BuildXL) to exchange its standard hashes
  • Loading branch information
erikmav authored and buchgr committed Jun 6, 2019
1 parent 59f705d commit a6504b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,10 @@ enum DigestFunction {

// The MD5 digest function.
MD5 = 3;

// The Microsoft "VSO-Hash" paged SHA256 digest function.
// See https://github.com/microsoft/BuildXL/blob/master/Documentation/Specs/PagedHash.md .
VSO = 4;
}

// Describes the server/instance capabilities for updating the action cache.
Expand Down

0 comments on commit a6504b1

Please sign in to comment.