50257617c4
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
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
|