Add optional extended file attribute use to hash compute function (#387)

* Add optional extended file attribute use to hash compute function

Instructs the cache hash compute function to use the provided file
attribute as the hash value, instead of loading the file into memory
and hashing its contents.
Returns an error if extended attributes are not supported or found.
6 files changed
tree: d4677ac6fa83fd66df35687adf5df4c3789c8ff7
  1. .bazelci/
  2. .githooks/
  3. .github/
  4. external/
  5. go/
  6. .gitignore
  7. .golangci.yml
  8. AUTHORS
  9. BUILD.bazel
  10. check-gofmt.sh
  11. CONTRIBUTING.md
  12. CONTRIBUTORS
  13. go.mod
  14. go.sum
  15. LICENSE
  16. README.md
  17. remote-apis-sdks-deps.bzl
  18. setup-githooks.sh
  19. WORKSPACE
README.md

Remote Execution API SDKs

CI status: Build Status

PkgGoDev

This repository contains SDKs for the Remote Execution API.

See each language subdirectory's README.md for more specific instructions on using the SDK for that language.