Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling the simple blob caches via CLI flag overrides. #5338

Conversation

jmillikin-stripe
Copy link
Contributor

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

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 bazelbuild#5308
@bazel-io bazel-io closed this in 6b16352 Jun 7, 2018
dslomov pushed a commit that referenced this pull request Jun 7, 2018
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
laurentlb pushed a commit that referenced this pull request Jun 8, 2018
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
robfig pushed a commit to yext/bazel that referenced this pull request Jun 26, 2018
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 bazelbuild#5308

Closes bazelbuild#5338.

PiperOrigin-RevId: 199613922
werkt pushed a commit to werkt/bazel that referenced this pull request Aug 2, 2018
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 bazelbuild#5308

Closes bazelbuild#5338.

PiperOrigin-RevId: 199613922
@jmillikin-stripe jmillikin-stripe deleted the allow-disabling-simple-blob-cache branch November 27, 2018 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.14 has no way to unset --disk_cache flag (interferes with remote build testing)
3 participants