Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 1 | # Configuration to build and test Bazel itself on RBE. |
Jakob Buchgraber | c46aa47 | 2019-05-02 02:33:06 -0700 | [diff] [blame] | 2 | build:remote --host_javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk |
| 3 | build:remote --javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk |
Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 4 | build:remote --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
| 5 | build:remote --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
Jakob Buchgraber | c46aa47 | 2019-05-02 02:33:06 -0700 | [diff] [blame] | 6 | build:remote --crosstool_top=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/cc:toolchain |
Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 7 | |
Jakob Buchgraber | c46aa47 | 2019-05-02 02:33:06 -0700 | [diff] [blame] | 8 | build:remote --extra_toolchains=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/config:cc-toolchain |
| 9 | build:remote --extra_execution_platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform |
Jakob Buchgraber | 3541ad6 | 2019-04-30 07:51:12 -0700 | [diff] [blame] | 10 | build:remote --extra_execution_platforms=//:rbe_highcpu_platform |
Jakob Buchgraber | c46aa47 | 2019-05-02 02:33:06 -0700 | [diff] [blame] | 11 | build:remote --host_platform=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform |
| 12 | build:remote --platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform |
Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 13 | |
| 14 | build:remote --spawn_strategy=remote |
| 15 | build:remote --strategy=Javac=remote |
| 16 | build:remote --strategy=Closure=remote |
| 17 | build:remote --strategy=Genrule=remote |
| 18 | build:remote --define=EXECUTOR=remote |
| 19 | |
| 20 | build:remote --remote_instance_name=projects/bazel-untrusted/instances/default_instance |
| 21 | build:remote --remote_executor=remotebuildexecution.googleapis.com |
Jakob Buchgraber | 3541ad6 | 2019-04-30 07:51:12 -0700 | [diff] [blame] | 22 | build:remote --remote_timeout=600 |
Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 23 | build:remote --tls_enabled |
| 24 | build:remote --google_default_credentials |
| 25 | |
| 26 | build:remote --jobs=100 |
| 27 | build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin |
| 28 | build:remote --disk_cache= |
Jakob Buchgraber | ada3659 | 2019-05-02 06:58:48 -0700 | [diff] [blame] | 29 | |
| 30 | # Flags for Android |
| 31 | build:remote --strategy=DexBuilder=remote # RBE C++ toolchain is built for RBE container |
| 32 | build:remote --noexperimental_check_desugar_deps # Workaround for singlejar incompatibility with RBE |