| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Replaces the custom one which was erroneously added during development.
Fixes #746.
|
|
|
|
|
|
|
|
| |
The REAPI allows a client to reconnect to an ongoing operation stream by
providing a WaitExecution(). If implemented on server side, BuildStream
will try to recover from connection errors using it.
https://gitlab.com/BuildStream/buildstream/issues/630
|
|
|
|
| |
This matches the other sandbox implementations.
|
| |
|
|
|
|
| |
https://gitlab.com/BuildStream/buildstream/issues/668
|
|
|
|
| |
The return value is always upload_vdir.ref.
|
|
|
|
|
|
|
|
|
| |
The SandboxRemote used to construct its own CASCache which was
considered dangerous. This patch replaces that with acquisition of
the cache via the Platform singleton, hopefully eliminating issues
from having more than one artifact cache object in a single process.
Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
|
|
The remote execution client is implemented as a remote sandbox that
sends sources and build commands to a REAPI server and fetches results
once remotely executed. New file.
https://gitlab.com/BuildStream/buildstream/issues/454
|