aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Alpha Lam <alpha.lam.ts@gmail.com>2016-05-15 19:13:52 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-05-16 15:17:02 +0000
commita1a79cb0a1880e825618c6440219680f27faa0b7 (patch)
treeaecf14deeb67de64710884785b495379d6379817 /third_party
parentdb89a643180895c0b9ca27911adf1ff692212d1c (diff)
Prototype for remote execution using gRPC and Netty transport
This change implements a remote worker that executes work (build or test). Bazel will be a client of the remote worker. The communication uses gRPC and Netty as transport. A single remote worker has little advantage over running locally. Additional infrastructure is needed to run workers on multiple machines and distributing the work among them. This change provides the basic building blocks for a distributed build farm. (Mainly reformatting changes compared to https://bazel-review.googlesource.com/3110, some BUILD file changes.) -- Change-Id: If7d285444ef42a6823b59443af17b61b04b9ce6a Reviewed-on: https://bazel-review.googlesource.com/#/c/3110/ MOS_MIGRATED_REVID=122376861
Diffstat (limited to 'third_party')
-rw-r--r--third_party/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/README.md b/third_party/README.md
index c171296a36..ed89e5af04 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -295,3 +295,9 @@ a minimal set of extra dependencies.
* Version: 1.5
* License: Public Domain
+
+## [netty](http://netty.io/)
+
+* Version: 4.1.0.CR4
+* License: Apache License 2.0
+