You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:38:03 UTC

[buildstream] 08/08: News: Added a news item for the new BuildBox sandbox

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch willsalmon/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 264e51d9181e2cbe4a08e6950427e9c0592875d0
Author: William Salmon <wi...@codethink.co.uk>
AuthorDate: Tue May 28 16:47:37 2019 +0100

    News: Added a news item for the new BuildBox sandbox
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 2fabe0c..5d59065 100644
--- a/NEWS
+++ b/NEWS
@@ -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.