0aabad2817
This reverts commit 4d39f31cf52d1abe57c2decb6812c2e48c1cdd66. This option was flipped in Bazel. The fact we are still using it makes Gerrit not forward compatible with Bazel, that removed this option. Gerrit build is now broken on Bazel CI. Bug: Issue 11122 Change-Id: Id7f3c69a638029a5d5d276529b3fcc1b2c8dac16
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
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
|
|
|
|
test --build_tests_only
|
|
test --test_output=errors
|
|
|
|
import tools/remote-bazelrc
|