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:49 UTC

[buildstream] branch bst-1 updated (54c0377 -> 88ac66b)

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 54c0377  Merge pull request #1514 from nanonyme/click-deprecation
     add 055eda7  _sandboxbwrap.py: Create /dev/shm in the sandbox
     add 46b6ec0  buildelement.py: Add support for `create-dev-shm` configuration
     add 6562aa8  scriptelement.py: Added set_create_dev_shm() API
     add fcee67c  script plugin: Expose create-dev-shm configuration
     add b9f2dbb  tests/integration/sandbox-bwrap.py: Test creation of /dev/shm mountpoint
     add 548768c  NEWS: Added news entry for create-dev-shm configuration
     new 88ac66b  Merge pull request #1533 from apache/tristan/bst-1/bwrap-dev-shm

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:
 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(-)
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/build-dev-shm-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/build-dev-shm-not-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/script-dev-shm-mounted.bst
 create mode 100644 tests/integration/project/elements/sandbox-bwrap/script-dev-shm-not-mounted.bst

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

Posted by tv...@apache.org.
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(-)