This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit fd3849931726947a524848035eb07bca082e82d9 Merge: 578534cea a2f076f98 Author: Jürg Billeter <[email protected]> AuthorDate: Mon Sep 8 16:45:06 2025 +0200 Merge pull request #2036 from apache/abderrahim/digest-environment Add the digest-environment dependency configuration src/buildstream/_artifact.py | 30 ++++ src/buildstream/_artifactcache.py | 10 ++ src/buildstream/_elementproxy.py | 5 +- .../_protos/buildstream/v2/artifact.proto | 7 + .../_protos/buildstream/v2/artifact_pb2.py | 14 +- .../_protos/buildstream/v2/artifact_pb2.pyi | 15 +- src/buildstream/buildelement.py | 64 ++++++++- src/buildstream/element.py | 74 +++++++--- src/buildstream/sandbox/_sandboxremote.py | 12 +- src/buildstream/sandbox/sandbox.py | 39 ++++- tests/integration/digest-environment.py | 158 +++++++++++++++++++++ .../elements/digest-environment/base-buildtree.bst | 12 ++ .../digest-environment/base-plus-extra-dep.bst | 14 ++ .../project/elements/digest-environment/base.bst | 12 ++ .../project/elements/digest-environment/merge.bst | 16 +++ .../project/elements/digest-environment/two.bst | 17 +++ 16 files changed, 460 insertions(+), 39 deletions(-)
