This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/protobuf-6
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard d6a527df1 Update requirements
discard 476f0b9da _protos: regenerate with grpcio-tools 1.73
add ae3e0cd52 _context.py: Add `effective_build_max_jobs` helper
add 54cfb70ff Enable local execution in buildbox-casd to support nested
execution
add e587aa21b sandbox: Add support for `remote-apis-socket`
add c78a1847e tests/integration/sandbox.py: Add test for
`remote-apis-socket`
add d3c64483f Merge pull request #2014 from apache/jbilleter/nested-reapi
add 0959b3875 _protos: regenerate with grpcio-tools 1.73
add f71324391 Update requirements
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d6a527df1)
\
N -- N -- N refs/heads/abderrahim/protobuf-6 (f71324391)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
doc/source/format_declaring.rst | 18 +++++++++++++
src/buildstream/_cas/casdprocessmanager.py | 20 ++++++++++++---
src/buildstream/_context.py | 9 +++++++
src/buildstream/_project.py | 11 +-------
src/buildstream/sandbox/_config.py | 30 +++++++++++++++++++---
src/buildstream/sandbox/_sandboxbuildboxrun.py | 7 +++++
src/buildstream/sandbox/_sandboxreapi.py | 3 +++
.../{build-arch.bst => remote-apis-socket.bst} | 5 ++--
tests/integration/sandbox.py | 11 ++++++++
9 files changed, 95 insertions(+), 19 deletions(-)
copy tests/integration/project/elements/sandbox/{build-arch.bst =>
remote-apis-socket.bst} (55%)