Skip to content
Snippets Groups Projects
Commit 1248a66f authored by Jim MacArthur's avatar Jim MacArthur
Browse files

doc/source/format_project.rst: Document remote-execution option

parent bacb18d6
No related branches found
No related tags found
Loading
......@@ -204,6 +204,23 @@ with an artifact share.
You can also specify a list of caches here; earlier entries in the list
will have higher priority than later ones.
Remote execution
~~~~~~~~~~~~~~~~
Buildstream supports remote execution using the Google Remote Execution API
(REAPI). A description of how remote execution works is beyond the scope
of this document, but you can specify a remote server complying with the REAPI
using the `remote-execution` option:
.. code:: yaml
remote-execution:
# A url defining a remote execution server
url: buildserver.example.com:50051
The url should be a hostname and port separated by ':'. Do not include a protocol.
The Remote Execution API can be found via https://github.com/bazelbuild/remote-apis.
.. _project_essentials_mirrors:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment