summaryrefslogtreecommitdiff
path: root/buildstream/data/userconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/data/userconfig.yaml')
-rw-r--r--buildstream/data/userconfig.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 0834b93f6..0b4535cea 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -41,6 +41,15 @@ cache:
# Whether to pull build trees when downloading element artifacts
pull-buildtrees: False
+ # Whether to cache build trees on artifact creation:
+ #
+ # always - Always cache artifact build tree content
+ # failure - Only cache build trees of failed builds
+ # never - Don't cache artifact build tree content
+ #
+ cache-buildtrees: always
+
+
#
# Scheduler
#