Carmelo Cascone | 21eb042 | 2019-06-17 12:00:33 -0700 | [diff] [blame^] | 1 | build --javabase=@bazel_tools//tools/jdk:remote_jdk11 |
| 2 | build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11 |
| 3 | build --java_toolchain=@org_onosproject_onos//tools/build/bazel:default_toolchain |
| 4 | build --host_java_toolchain=@org_onosproject_onos//tools/build/bazel:default_toolchain |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 5 | build --nouse_ijars |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 6 | build --experimental_strict_action_env |
Carmelo Cascone | 21eb042 | 2019-06-17 12:00:33 -0700 | [diff] [blame^] | 7 | |
| 8 | # io_bazel_rules_go needs this |
| 9 | build --incompatible_disable_deprecated_attr_params=false |
| 10 | # intellij-bazel plugin needs this |
| 11 | build --incompatible_depset_is_not_iterable=false |
| 12 | build --incompatible_new_actions_api=false |
| 13 | |
Ray Milkey | f381442 | 2018-09-17 14:47:23 -0700 | [diff] [blame] | 14 | test --test_summary=terse |
| 15 | test --test_output=errors |
| 16 | test --test_verbose_timeout_warnings |
Ray Milkey | fd9be7e | 2019-02-26 13:26:11 -0800 | [diff] [blame] | 17 | |
Thomas Vachuska | 1506abb | 2018-07-31 16:28:37 -0700 | [diff] [blame] | 18 | #build --disk_cache=~/bazel-cache |
| 19 | #build --remote_http_cache=http://10.1.10.224:80/cache |