aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-27 10:36:13 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-27 10:36:13 +0200
commit0bb10870f300b40afd62ba6a75a9b327c451bb55 (patch)
treeff16ccf0b23e26d54f12ef67fde11112dbb21994 /tools/remote_build/README.md
parentffac9d90b18cb076b1c952faa55ce4e049cbc9a6 (diff)
various bazelrc improvements
Diffstat (limited to 'tools/remote_build/README.md')
-rw-r--r--tools/remote_build/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/remote_build/README.md b/tools/remote_build/README.md
index 7492de75a5..c4d03547a2 100644
--- a/tools/remote_build/README.md
+++ b/tools/remote_build/README.md
@@ -28,3 +28,6 @@ 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](https://docs.bazel.build/versions/master/command-line-reference.html)