diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2019-05-28 16:47:37 +0100 |
---|---|---|
committer | William Salmon <will.salmon@codethink.co.uk> | 2019-07-25 13:57:18 +0100 |
commit | b2328f913cb571692e342a9cd7f98b57fa882c5f (patch) | |
tree | 7622421b4722fe37ba01f102409d7a69bb7a6be7 /NEWS | |
parent | 56fe004209fab0c4bc614b0baebbb797db5eb511 (diff) | |
download | buildstream-b2328f913cb571692e342a9cd7f98b57fa882c5f.tar.gz |
News: Added a news item for the new BuildBox sandboxbuildbox
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o Added Basic support for the BuildBox sandbox. The sand box will only be used if the + environment variable BST_FORCE_SANDBOX is set to `buildbox`. This is the first step in + transitioning to only using BuildBox for local sandboxing. + o BREAKING CHANGE: The yaml API has been rewritten entirely. When accessing configuration from YAML, please use the new `Node` classes exposed in the `buildstream` package. See the documentation for how to use it. |