aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build/README.md
diff options
context:
space:
mode:
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):