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 | 876fe77 | 2018-09-17 14:47:23 -0700 | [diff] [blame] | 3 | test --test_summary=terse |
| 4 | test --test_output=errors |
| 5 | test --test_verbose_timeout_warnings |
| 6 | build --host_javabase=@local_jdk//:jdk |
| 7 | build --javabase=@local_jdk//:jdk |
| 8 | build --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
| 9 | build --host_javabase=@local_jdk//:jdk |
| 10 | build --distinct_host_configuration=false |
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 |