Lines Matching full:bazel
1 # Running Remote Builds with bazel
13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho…
20 …u run the bazel command needs to always match your desired build & execution platform. If you want…
26 # manual run of bazel tests remotely on Foundry
27 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/...
32 # manual run of bazel tests remotely on Foundry with given sanitizer
33 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/...
39 # manual run of bazel tests remotely on RBE Windows (must be run from Windows machine)
40 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/...
43 NOTE: Unlike on Linux and Mac, the bazel version won't get autoselected for you,
44 so check that you're using the [right bazel version](https://github.com/grpc/grpc/blob/master/tools…
54 # manual run of bazel tests on Mac (must be run from Mac machine)
56 bazel --bazelrc=tools/remote_build/mac.bazelrc test --config=opt //test/...
61 ## Running local builds with bazel
63 On all platforms, you can generally still use bazel builds & tests locally without any extra settin…
66 E.g.: `bazel test --config=opt //test/...`
68 ## Bazel command line options
71 [Bazel command line reference](https://docs.bazel.build/versions/master/command-line-reference.html)