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 2022/08/12 07:48:52 UTC

[buildstream] branch master updated (b70243760 -> 39524aa99)

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

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from b70243760 Merge pull request #1707 from apache/tristan/full-build-tree
     add 7e904c544 sandbox.py: Clarifications to the utility of Sandbox._disable_run()
     add 9b95305c5 compose element: setup BST_RUN_COMMANDS
     add 3ca809e14 element.py: Ignore environment/sandbox config when not running sandbox
     add 7c7cc4e1c tox.ini: Fix CI for python 3.7
     new 39524aa99 Merge pull request #1715 from apache/tristan/light-cache-keys-without-sandbox-run

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:
 src/buildstream/element.py                        | 22 ++++++++++++----------
 src/buildstream/plugins/elements/compose.py       |  4 ++++
 src/buildstream/sandbox/sandbox.py                | 17 +++++++++++++----
 tests/cachekey/project/elements/compose1.expected |  2 +-
 tests/cachekey/project/elements/compose2.expected |  2 +-
 tests/cachekey/project/elements/compose3.expected |  2 +-
 tests/cachekey/project/elements/compose4.expected |  2 +-
 tests/cachekey/project/elements/compose5.expected |  2 +-
 tests/cachekey/project/elements/import1.expected  |  2 +-
 tests/cachekey/project/elements/import2.expected  |  2 +-
 tests/cachekey/project/elements/import3.expected  |  2 +-
 tests/cachekey/project/elements/script1.expected  |  2 +-
 tests/cachekey/project/sources/local1.expected    |  2 +-
 tests/cachekey/project/sources/local2.expected    |  2 +-
 tests/cachekey/project/sources/remote1.expected   |  2 +-
 tests/cachekey/project/sources/remote2.expected   |  2 +-
 tests/cachekey/project/sources/tar1.expected      |  2 +-
 tests/cachekey/project/sources/tar2.expected      |  2 +-
 tests/cachekey/project/target.expected            |  2 +-
 tests/frontend/completions.py                     |  4 ++--
 tox.ini                                           |  4 ++++
 21 files changed, 51 insertions(+), 32 deletions(-)


[buildstream] 01/01: Merge pull request #1715 from apache/tristan/light-cache-keys-without-sandbox-run

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 39524aa99db58b8ce3bd69d17bb86a1ba2239585
Merge: b70243760 7c7cc4e1c
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Aug 12 16:48:46 2022 +0900

    Merge pull request #1715 from apache/tristan/light-cache-keys-without-sandbox-run
    
    Lightweight cache keys when not running the sandbox

 src/buildstream/element.py                        | 22 ++++++++++++----------
 src/buildstream/plugins/elements/compose.py       |  4 ++++
 src/buildstream/sandbox/sandbox.py                | 17 +++++++++++++----
 tests/cachekey/project/elements/compose1.expected |  2 +-
 tests/cachekey/project/elements/compose2.expected |  2 +-
 tests/cachekey/project/elements/compose3.expected |  2 +-
 tests/cachekey/project/elements/compose4.expected |  2 +-
 tests/cachekey/project/elements/compose5.expected |  2 +-
 tests/cachekey/project/elements/import1.expected  |  2 +-
 tests/cachekey/project/elements/import2.expected  |  2 +-
 tests/cachekey/project/elements/import3.expected  |  2 +-
 tests/cachekey/project/elements/script1.expected  |  2 +-
 tests/cachekey/project/sources/local1.expected    |  2 +-
 tests/cachekey/project/sources/local2.expected    |  2 +-
 tests/cachekey/project/sources/remote1.expected   |  2 +-
 tests/cachekey/project/sources/remote2.expected   |  2 +-
 tests/cachekey/project/sources/tar1.expected      |  2 +-
 tests/cachekey/project/sources/tar2.expected      |  2 +-
 tests/cachekey/project/target.expected            |  2 +-
 tests/frontend/completions.py                     |  4 ++--
 tox.ini                                           |  4 ++++
 21 files changed, 51 insertions(+), 32 deletions(-)