aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-08 14:21:14 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-08 14:21:14 +0100
commit2a4f8a3f25985a67d48134bb0c357bde26ba7377 (patch)
tree1a4f6175339c4f5e28b3c7758ff673122987371d /tools/remote_build/README.md
parentb3ab16b465833f4843036a7a0c4072600dd1a65a (diff)
use bazel --config= for all foundry builds
Diffstat (limited to 'tools/remote_build/README.md')
-rw-r--r--tools/remote_build/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/remote_build/README.md b/tools/remote_build/README.md
index c4d03547a2..19739e9ee1 100644
--- a/tools/remote_build/README.md
+++ b/tools/remote_build/README.md
@@ -17,10 +17,10 @@ and tests run by Kokoro CI.
## Running remote build manually from dev workstation
-Run from repository root:
+Run from repository root (opt, dbg):
```
# manual run of bazel tests remotely on Foundry
-bazel --bazelrc=tools/remote_build/manual.bazelrc test -c opt //test/...
+bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/...
```
Sanitizer runs (asan, msan, tsan, ubsan):