Break out from #4870.
Bazel can use a local directory as a remote cache via the --disk_cache flag.
We want it to also be able to automatically clean the cache after a size threshold
has been reached. It probably makes sense to clean based on least recently used
semantics.
@RNabel would you want to work on this?
@RNabel @davido
Break out from #4870.
Bazel can use a local directory as a remote cache via the
--disk_cacheflag.We want it to also be able to automatically clean the cache after a size threshold
has been reached. It probably makes sense to clean based on least recently used
semantics.
@RNabel would you want to work on this?
@RNabel @davido