The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Tattermusch 3f9f834b65 disable json_run_localhost on bazel RBE msan 6 years ago
..
README.md various bazelrc improvements 6 years ago
kokoro.bazelrc various bazelrc improvements 6 years ago
manual.bazelrc various bazelrc improvements 6 years ago
rbe_common.bazelrc disable json_run_localhost on bazel RBE msan 6 years ago

README.md

Running Remote Builds with bazel

This allows you to spawn gRPC C/C++ remote build and tests from your workstation with configuration that's very similar to what's used by our CI Kokoro.

Note that this will only work for gRPC team members (it requires access to the remote build and execution cluster), others will need to rely on local test runs and tests run by Kokoro CI.

Prerequisites

Running remote build manually from dev workstation

Run from repository root:

# manual run of bazel tests remotely on Foundry
bazel --bazelrc=tools/remote_build/manual.bazelrc test -c opt //test/...

Sanitizer runs (asan, msan, tsan, ubsan):

# manual run of bazel tests remotely on Foundry with given sanitizer
bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/...

Available command line options can be found in Bazel command line reference