Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bazel Remote Execution (Troubleshooting Remote Execution (Troubleshooting…
Bazel Remote Execution
Remote execution of a Bazel build allows you to distribute build and test actions across multiple machines, such as a datacenter
To run Bazel with remote execution, you can use one of the following
- Manual
- Use the gRPC protocol directly to create your own remote execution service
- Self-hosted
- Buildbarn
- Buildfarm
- an open-source project that aims to provide a distributed remote execution platform
- BuildGrid
- Scoot
- Hosted
- Remote Build Execution, which is a remote execution service from Google
-
-