Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | build --nouse_ijars |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 2 | build --experimental_strict_action_env |
Ray Milkey | 76c9bce | 2019-01-02 10:50:45 -0800 | [diff] [blame] | 3 | build --incompatible_package_name_is_a_function=false |
Thomas Vachuska | 060c679 | 2019-01-03 14:48:29 -0800 | [diff] [blame] | 4 | query --incompatible_package_name_is_a_function=false |
| 5 | test --incompatible_package_name_is_a_function=false |
| 6 | run --incompatible_package_name_is_a_function=false |
Ray Milkey | f381442 | 2018-09-17 14:47:23 -0700 | [diff] [blame] | 7 | test --test_summary=terse |
| 8 | test --test_output=errors |
| 9 | test --test_verbose_timeout_warnings |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 10 | |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 11 | #build --disk_cache=~/bazel-cache |
| 12 | #build --remote_http_cache=http://10.1.10.224:80/cache |