summaryrefslogtreecommitdiffstats
path: root/.bazelrc
blob: 8b1abd60f685953057528812c2bbfdded22b54a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build --workspace_status_command=./tools/workspace-status.sh --strategy=Closure=worker
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
build --incompatible_disallow_load_labels_to_cross_package_boundaries=false

test --build_tests_only
test --test_output=errors

import tools/remote-bazelrc