diff options
author | Jürg Billeter <j@bitron.ch> | 2019-03-06 15:34:02 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-03-16 07:24:58 +0100 |
commit | 6a5940148078ea08991bf15736283fdd978258ea (patch) | |
tree | 7aa20f2e91fd79092ec5be77b14f77c79b684d46 /NEWS | |
parent | 3951eb56ceb810bc1279927efd836c833759823a (diff) | |
download | buildstream-6a5940148078ea08991bf15736283fdd978258ea.tar.gz |
Change default of cache-buildtrees option to 'auto'
Caching buildtrees may significantly increase CAS disk usage. Change the
default to cache buildtrees only when required for core functionality.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ buildstream 1.3.1 directory, this can now be extended to all or successful artifacts to save on cache overheads. The cli main option '--cache-buildtrees' or the user configuration cache group option 'cache-buildtrees' can be set as 'always', 'auto' or 'never', with - the default being always. Note, as the cache-key for the artifact is independant of + the default being 'auto'. Note, as the cache-key for the artifact is independent of the cached build tree input it will remain unaltered, however the availbility of the build tree content may differ. |