This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch bst-1
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from 87ce507fc Merge pull request #1774 from nanonyme/regex
add b95c07fdd sandbox: add dummy sandbox for checking out artifacts from
different arches
new 67ee791c0 Merge pull request #1768 from apache/abderrahim/dummy-sandbox
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildstream/_platform/linux.py | 43 +++++++++++++++++++++++++++++++++++-
buildstream/sandbox/__init__.py | 1 +
buildstream/sandbox/_sandboxbwrap.py | 41 +---------------------------------
buildstream/sandbox/_sandboxdummy.py | 15 +++++++++++++
4 files changed, 59 insertions(+), 41 deletions(-)
create mode 100644 buildstream/sandbox/_sandboxdummy.py