Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1 | # Build options to use JDK 11 |
| 2 | # build --incompatible_use_jdk11_as_host_javabase |
| 3 | # build --javabase=@bazel_tools//tools/jdk:remote_jdk11 |
| 4 | # build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11 |
| 5 | # build --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla |
| 6 | # build --java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla |
| 7 | |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 8 | build --nouse_ijars |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 9 | build --experimental_strict_action_env |
Ray Milkey | f381442 | 2018-09-17 14:47:23 -0700 | [diff] [blame] | 10 | test --test_summary=terse |
| 11 | test --test_output=errors |
| 12 | test --test_verbose_timeout_warnings |
Ray Milkey | fd9be7e | 2019-02-26 13:26:11 -0800 | [diff] [blame] | 13 | |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 14 | #build --disk_cache=~/bazel-cache |
| 15 | #build --remote_http_cache=http://10.1.10.224:80/cache |