You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/11/04 09:30:50 UTC

[buildstream] 01/01: Merge pull request #1533 from apache/tristan/bst-1/bwrap-dev-shm

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

tvb pushed a commit to branch bst-1
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 88ac66b39d7f3fe3a7158011765d083791c9f97e
Merge: 54c0377 548768c
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Nov 4 18:30:32 2021 +0900

    Merge pull request #1533 from apache/tristan/bst-1/bwrap-dev-shm
    
    Support creation of /dev/shm in the sandbox

 NEWS                                               |  8 ++++++
 buildstream/buildelement.py                        | 29 +++++++++++++++++++---
 buildstream/plugins/elements/script.py             |  4 ++-
 buildstream/plugins/elements/script.yaml           |  4 +++
 buildstream/sandbox/_sandboxbwrap.py               | 10 ++++++--
 buildstream/sandbox/sandbox.py                     |  8 ++++++
 buildstream/scriptelement.py                       | 17 +++++++++++--
 .../sandbox-bwrap/build-dev-shm-mounted.bst        | 11 ++++++++
 .../sandbox-bwrap/build-dev-shm-not-mounted.bst    | 11 ++++++++
 .../sandbox-bwrap/script-dev-shm-mounted.bst       | 11 ++++++++
 .../sandbox-bwrap/script-dev-shm-not-mounted.bst   | 11 ++++++++
 tests/integration/sandbox-bwrap.py                 | 14 +++++++++++
 12 files changed, 130 insertions(+), 8 deletions(-)