Also remove the instructions to add the setting in `~/.bazelrc`,
which is no longer necessary.
This partially reverts commit 42cb2931be.
Change-Id: Ie1f156cc47be5663ad0835d138cac5dd0ed5154e
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
build --workspace_status_command=./tools/workspace-status.sh --strategy=Closure=worker
|
|
build --disk_cache=~/.gerritcodereview/bazel-cache/cas
|
|
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
|
|
build --experimental_strict_action_env
|
|
build --action_env=PATH
|
|
test --build_tests_only
|