bazel-buildfarm
bazel-buildfarm copied to clipboard
Support remote cache compression
https://github.com/bazelbuild/bazel/pull/14277 adds an option to compress CAS blobs. From talking to @werkt, it sounds like buildfarm doesn't support this today.
looks like it will needed to be added here: https://github.com/bazelbuild/bazel-buildfarm/blob/7a7014dfdcc7257215e3906f4ffb35ea47e59bbd/src/main/java/build/buildfarm/common/UrlPath.java#L47
Done in #1193