| David Ostrovsky | 719b2e9 | 2017-08-29 08:08:16 +0200 | [diff] [blame] | 1 | build --workspace_status_command=./tools/workspace-status.sh |
| David Pursehouse | 1ea391f | 2019-05-25 17:02:42 +0900 | [diff] [blame^] | 2 | build --repository_cache=~/.gerritcodereview/bazel-cache/repository |
| 3 | build --experimental_strict_action_env | ||||
| 4 | build --action_env=PATH | ||||
| 5 | build --disk_cache=~/.gerritcodereview/bazel-cache/cas | ||||
| 6 | |||||
| 7 | test --build_tests_only | ||||
| 8 | test --test_output=errors | ||||