Newer versions of Bazel support Content-Defined Chunking (CDC) to incrementally upload and download artifacts. Client-side this can be enabled on Bazel 8.7 and 9.1 using --experimental_remote_cache_chunking. In order to make this work, bazel-remote would need to support CDC as well.
There is also an excellent blog post about CDC, which is implemented in BuildBuddy: https://www.buildbuddy.io/blog/content-defined-chunking/
Newer versions of Bazel support Content-Defined Chunking (CDC) to incrementally upload and download artifacts. Client-side this can be enabled on Bazel 8.7 and 9.1 using
--experimental_remote_cache_chunking. In order to make this work, bazel-remote would need to support CDC as well.There is also an excellent blog post about CDC, which is implemented in BuildBuddy: https://www.buildbuddy.io/blog/content-defined-chunking/