David Ostrovsky | a7e95e5 | 2019-11-02 10:12:49 +0100 | [diff] [blame] | 1 | build --workspace_status_command="python ./tools/workspace_status.py" --strategy=Closure=worker |
David Ostrovsky | 2bf355d | 2018-05-30 08:58:22 +0200 | [diff] [blame] | 2 | build --repository_cache=~/.gerritcodereview/bazel-cache/repository |
Wyatt Allen | 370962b | 2018-06-08 15:45:02 -0700 | [diff] [blame] | 3 | build --action_env=PATH |
Han-Wen Nienhuys | 9c15e2b | 2019-05-16 16:59:33 +0200 | [diff] [blame] | 4 | build --disk_cache=~/.gerritcodereview/bazel-cache/cas |
David Pursehouse | 7e6ec14 | 2019-05-28 10:42:41 +0900 | [diff] [blame] | 5 | build --java_toolchain //tools:error_prone_warnings_toolchain |
Han-Wen Nienhuys | 9c15e2b | 2019-05-16 16:59:33 +0200 | [diff] [blame] | 6 | |
Gert van Dijk | a5c5489 | 2019-09-19 11:57:16 +0200 | [diff] [blame] | 7 | # Enable strict_action_env flag to. For more information on this feature see |
| 8 | # https://groups.google.com/forum/#!topic/bazel-discuss/_VmRfMyyHBk. |
| 9 | # This will be the new default behavior at some point (and the flag was flipped |
| 10 | # shortly in 0.21.0 - https://github.com/bazelbuild/bazel/issues/7026). Remove |
| 11 | # this flag here once flipped in Bazel again. |
| 12 | build --incompatible_strict_action_env |
| 13 | |
Thomas Draebing | 3ccc4cf | 2019-05-20 15:11:07 +0200 | [diff] [blame] | 14 | test --build_tests_only |
| 15 | test --test_output=errors |
| 16 | |
David Ostrovsky | adb2f75 | 2019-10-10 03:47:27 +0200 | [diff] [blame] | 17 | import %workspace%/tools/remote-bazelrc |