aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMostyn Bramley-Moore <mostyn@antipode.se>2021-04-14 18:05:19 +0200
committerGitHub <noreply@github.com>2021-04-14 12:05:19 -0400
commit0cd22f7b466ced15d7803e8845d08d3e8d2c51bc (patch)
tree7da8021053fa189455726620d1a7762b561bc334
parent0943dc4e70e1414735a85a3167557392c177ff45 (diff)
downloadbazelbuild-remote-apis-0cd22f7b466ced15d7803e8845d08d3e8d2c51bc.tar.gz
Add bazel-remote to server implementations in README.md (#190)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e6c5f1..56e5934 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ These applications implement the Remote Execution API to serve build requests
from the clients above. These are then distributed to workers; some of these
workers implement the Remote Worker API.
+* [bazel-remote](https://github.com/buchgr/bazel-remote) (open source, cache only)
* [Buildbarn](https://github.com/buildbarn) (open source)
* [BuildBuddy](https://www.buildbuddy.io/) (commercial & open source)
* [Buildfarm](https://github.com/bazelbuild/bazel-buildfarm) (open source)