Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow disabling the simple blob caches via CLI flag overrides.
This fixes a regression from v0.13. When the local disk cache flags were unified into `--disk_cache`, it became impossible to override a default cache location such that the cache became disabled. This prevents canarying of remote execution in the presence of a default bazelrc that enables the disk cache. Fixes #5308 Closes #5338. PiperOrigin-RevId: 199613922
- Loading branch information