bazel-buildfarm icon indicating copy to clipboard operation
bazel-buildfarm copied to clipboard

allow CASFileCache delegate to be read/write restricted

Open luxe opened this issue 4 years ago • 1 comments

The CASFileCache can be constructed with a delegate CAS that acts as a fallback.
Per the configuration:

# another cas entry specification here will provide a fallback
# for the filesystem cas. Any number of consecutive filesystem
# fallbacks may be used, terminated with zero or one of grpc or
# memory types.

We are looking to make a readonly grpc fallback CAS. To accomplish this, we will likely need to add some configuration to CASFileCache to avoid using the fallback during writes.

luxe avatar Jul 21 '21 20:07 luxe

related issue: https://github.com/bazelbuild/bazel-buildfarm/issues/493

luxe avatar Jul 22 '21 19:07 luxe