Migrate tools/bazel.rc to .bazelrc
Since: [1] Bazel changed the list of resource file locations. Adapt to that list and move `%workspace%/tools/bazelrc` to `%workspace%/.bazelrc`. See: [2], [3] for more details. [1] https://github.com/bazelbuild/bazel/commit/ec83598 [2] https://github.com/bazelbuild/bazel/issues/4502 [3] https://github.com/bazelbuild/bazel/issues/5756 Change-Id: Ia13c71bcff7036e2f5541618b28713d9b0d77040
This commit is contained in:
committed by
David Pursehouse
parent
4299ccc65d
commit
50257617c4
6
.bazelrc
Normal file
6
.bazelrc
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user