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