Mostyn Bramley-Moore
Mostyn Bramley-Moore
@sgowroji: I think the problem is in rules_pkg. Filed https://github.com/bazelbuild/rules_pkg/issues/962 and submitted https://github.com/bazelbuild/rules_pkg/pull/963 to try to fix the problem there.
The potential fix landed in rules_pkg, waiting for a new release...
@kotlaja provided a workaround, I think this might be working again now.
@alexeagle: I think this build failure with bazel from the tip of HEAD comes from rules_oci's dependency on aspect_bazel_lib - is this on your radar?
Here's a rules_oci PR which tries to upgrade the version of aspect_bazel_lib which no longer uses `local_config_platform`: https://github.com/bazel-contrib/rules_oci/pull/842
Hi, is there a specific list of settings you need to be able to query?
If we add a new /capabilities endpoint, then it would be good to report the same or similar things as the CacheCapabilities gRPC API. I filed https://github.com/bazelbuild/remote-apis/pull/325 to try to...
I suppose you could probe for the digest function by uploading a small blob with various digest functions using the HTTP API, and see which are accepted.
Hi, adding full support for another hash besides sha256 is a lot of work, but I think you might be able to use a custom asset fetching script with vcpkg...
If you find that this works well enough, we can add some example to the documentation.