You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buildfarm supports multiple hash functions, but it requires the hashing function to be configured at service startup. This means that even though Buildfarm can support multiple hash functions, only one can be active at a time.
Since Bazel passes the hashing algorithm in the ByteStream:Write request and ExecuteService:Execute
API, Buildfarm can select the hashing algorithm per API request instead of configuring it during service startup.
The text was updated successfully, but these errors were encountered:
Buildfarm supports multiple hash functions, but it requires the hashing function to be configured at service startup. This means that even though Buildfarm can support multiple hash functions, only one can be active at a time.
Since Bazel passes the hashing algorithm in the ByteStream:Write request and ExecuteService:Execute
API, Buildfarm can select the hashing algorithm per API request instead of configuring it during service startup.
The text was updated successfully, but these errors were encountered: