diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-10-15 13:40:00 +0100 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-10-30 15:42:05 +0000 |
commit | 4bc717730d54c00c4242b0e5b1e7e8ca65b4f832 (patch) | |
tree | 5e79c4f9f3c59ec075b0ad98e684300a1886a427 /NEWS | |
parent | 37afde0a6c6c48bfa18d9f8c495bd4d8bf1cece1 (diff) | |
download | buildstream-4bc717730d54c00c4242b0e5b1e7e8ca65b4f832.tar.gz |
NEWS: Add item for cached buildtree behaviour
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ buildstream 1.3.1 new the `conf-root` variable to make the process easier. And there has been a bug fix to workspaces so they can be build in workspaces too. + o Creating a build shell through the interactive mode or `bst shell --build` + will now use the cached build tree. It is now easier to debug local build + failures. + + ================= buildstream 1.1.5 ================= |