summaryrefslogtreecommitdiff
path: root/buildstream/_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_context.py')
-rw-r--r--buildstream/_context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index 286e2d223..476032f39 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -269,7 +269,7 @@ class Context():
# Load cache build trees configuration
self.cache_buildtrees = _node_get_option_str(
- cache, 'cache-buildtrees', ['always', 'failure', 'never'])
+ cache, 'cache-buildtrees', ['always', 'auto', 'never'])
# Load logging config
logging = _yaml.node_get(defaults, Mapping, 'logging')