We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We don't quite follow remote execution spec here:
nativelink/nativelink-proto/build/bazel/remote/execution/v2/remote_execution.proto
Line 333 in e1c495f
The easiest way to handle this would probably be to simply check/upload an empty digest of every support digest hash function at startup.
Finding the right place to put this feature seems a bit more complicated.
The text was updated successfully, but these errors were encountered:
@allada can we implement the defaulting logic of empty digests in https://github.com/adam-singer/native-link/blob/e1c495fa68b5d85872c98f9231689da4581161b1/nativelink-util/src/store_trait.rs#L43 with is_empty_digest and proceed to return successful responses before calling the underlying store?
is_empty_digest
Sorry, something went wrong.
adam-singer
No branches or pull requests
We don't quite follow remote execution spec here:
nativelink/nativelink-proto/build/bazel/remote/execution/v2/remote_execution.proto
Line 333 in e1c495f
The easiest way to handle this would probably be to simply check/upload an empty digest of every support digest hash function at startup.
Finding the right place to put this feature seems a bit more complicated.
The text was updated successfully, but these errors were encountered: