-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
We use bazel-remote as binarycache for vcpkg and it works great. We also want to use it as assetcache, but the problem is that vcpkg only supports sha512 instead of sha256 (source).
I guess sha512 is not used in the bazel caching protocol, so I can understand when this request is out of scope.
Alternatives if out of scope:
Use a reverse proxy that cuts the sha512 to a sha256 and use the action cache endpoints.
Metadata
Metadata
Assignees
Labels
No labels