Skip to main content
summaryrefslogtreecommitdiffstats
blob: e24be88639b36c35511be54605f47121881dc1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
build --workspace_status_command="python ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --experimental_strict_action_env
build --action_env=PATH
build --disk_cache=~/.gerritcodereview/bazel-cache/cas
build --java_toolchain //tools:error_prone_warnings_toolchain

test --build_tests_only
test --test_output=errors

Back to the top