Laurence Urhegyi pushed to branch master at BuildGrid / buildgrid
Commits:
-
1631a659
by Laurence Urhegyi at 2018-10-10T19:30:29Z
1 changed file:
Changes:
| 1 |
- |
|
| 2 | 1 |
.. _about:
|
| 3 | 2 |
|
| 4 | 3 |
About
|
| ... | ... | @@ -14,13 +13,15 @@ BuildGrid is a Python remote execution service which implements Google's |
| 14 | 13 |
`Remote Execution API`_ and the `Remote Workers API`_. The project's goal is to
|
| 15 | 14 |
be able to execute build jobs remotely on a grid of computers in order to
|
| 16 | 15 |
massively speed up build times. Workers on the grid should be able to run with
|
| 17 |
-different environments. It is designed to work with clients such as `Bazel`_ and
|
|
| 18 |
-`BuildStream`_.
|
|
| 16 |
+different environments. It works with clients such as `Bazel`_,
|
|
| 17 |
+`BuildStream`_ and `RECC`_, and is designed to be able to work with any client
|
|
| 18 |
+that conforms to the above API protocols.
|
|
| 19 | 19 |
|
| 20 | 20 |
.. _Remote Execution API: https://github.com/bazelbuild/remote-apis
|
| 21 | 21 |
.. _Remote Workers API: https://docs.google.com/document/d/1s_AzRRD2mdyktKUj2HWBn99rMg_3tcPvdjx3MPbFidU/edit#heading=h.1u2taqr2h940
|
| 22 | 22 |
.. _BuildStream: https://wiki.gnome.org/Projects/BuildStream
|
| 23 | 23 |
.. _Bazel: https://bazel.build
|
| 24 |
+.. _RECC: https://gitlab.com/bloomberg/recc
|
|
| 24 | 25 |
|
| 25 | 26 |
|
| 26 | 27 |
.. _getting-started:
|
