|
1
|
+
|
|
2
|
+.. _external-resources:
|
|
3
|
+
|
|
4
|
+Resources
|
|
5
|
+=========
|
|
6
|
+
|
|
7
|
+Remote execution and worker API useful links:
|
|
8
|
+
|
|
9
|
+- `REAPI design document`_
|
|
10
|
+- `REAPI protobuf specification`_
|
|
11
|
+- `RWAPI design document`_
|
|
12
|
+- `RWAPI protobuf specification`_
|
|
13
|
+- `Bazel`_ `remote caching and execution documentation`_
|
|
14
|
+- `RECC usage instructions`_
|
|
15
|
+- `BuildStream webside`_ and `documentation`_
|
|
16
|
+- `BuildStream-externals repository`_
|
|
17
|
+- `BuildBox repository`_
|
|
18
|
+- `FUSE on wikipedia`_ and `kernel documentation`_
|
|
19
|
+- `bubblewrap repository`_
|
|
20
|
+- `Buildfarm reference REAPI implementation`_
|
|
21
|
+- `Buildbarn Golang REAPI implementation`_
|
|
22
|
+
|
|
23
|
+.. _REAPI design document: https://docs.google.com/document/d/1AaGk7fOPByEvpAbqeXIyE8HX_A3_axxNnvroblTZ_6s
|
|
24
|
+.. _REAPI protobuf specification: https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto
|
|
25
|
+.. _RWAPI design document: https://docs.google.com/document/d/1s_AzRRD2mdyktKUj2HWBn99rMg_3tcPvdjx3MPbFidU
|
|
26
|
+.. _RWAPI protobuf specification: https://github.com/googleapis/googleapis/blob/master/google/devtools/remoteworkers/v1test2/bots.proto
|
|
27
|
+.. _Bazel: https://www.bazel.build
|
|
28
|
+.. _remote caching and execution documentation: https://docs.bazel.build/versions/master/remote-caching.html
|
|
29
|
+.. _RECC usage instructions: https://gitlab.com/bloomberg/recc#running-recc
|
|
30
|
+.. _BuildStream webside: https://buildstream.build
|
|
31
|
+.. _documentation: https://docs.buildstream.build
|
|
32
|
+.. _BuildStream-externals repository: https://gitlab.com/BuildStream/bst-external
|
|
33
|
+.. _FUSE on wikipedia: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
|
|
34
|
+.. _kernel documentation: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/filesystems/fuse.txt
|
|
35
|
+.. _BuildBox repository: https://gitlab.com/BuildStream/buildbox
|
|
36
|
+.. _bubblewrap repository: https://github.com/projectatomic/bubblewrap
|
|
37
|
+.. _Buildfarm reference REAPI implementation: https://github.com/bazelbuild/bazel-buildfarm
|
|
38
|
+.. _Buildbarn Golang REAPI implementation: https://github.com/EdSchouten/bazel-buildbarn
|
|
|
\ No newline at end of file |