Files
gerrit/tools/bazel.rc
Wyatt Allen 370962bc72 Add action_env flag to bazel.rc
Also remove the instructions to add the setting in `~/.bazelrc`,
which is no longer necessary.

This partially reverts commit 42cb2931be.

Change-Id: Ie1f156cc47be5663ad0835d138cac5dd0ed5154e
2018-06-09 08:18:34 +09:00

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