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
6b16352
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmillikin-stripe - Can you please check out this - bazelbuild/bazel-toolchains#80
I failed to disable that flag even with
--disk_cache=""
6b16352
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works for me in my local build of Bazel. Lets do the debugging in that issue.