blob: b18d703b08e4f8de84f09629f66f5324c58e9584 [file] [log] [blame]
Jakob Buchgraber8da42b62019-04-24 07:37:07 -07001# Configuration to build and test Bazel itself on RBE.
Jakob Buchgraberc46aa472019-05-02 02:33:06 -07002build:remote --host_javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk
3build:remote --javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk
Jakob Buchgraber8da42b62019-04-24 07:37:07 -07004build:remote --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
5build:remote --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
Jakob Buchgraberc46aa472019-05-02 02:33:06 -07006build:remote --crosstool_top=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/cc:toolchain
Jakob Buchgraber8da42b62019-04-24 07:37:07 -07007
Jakob Buchgraberc46aa472019-05-02 02:33:06 -07008build:remote --extra_toolchains=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/config:cc-toolchain
9build:remote --extra_execution_platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
Jakob Buchgraber3541ad62019-04-30 07:51:12 -070010build:remote --extra_execution_platforms=//:rbe_highcpu_platform
Jakob Buchgraberc46aa472019-05-02 02:33:06 -070011build:remote --host_platform=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
12build:remote --platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
Jakob Buchgraber8da42b62019-04-24 07:37:07 -070013
14build:remote --spawn_strategy=remote
15build:remote --strategy=Javac=remote
16build:remote --strategy=Closure=remote
17build:remote --strategy=Genrule=remote
18build:remote --define=EXECUTOR=remote
19
20build:remote --remote_instance_name=projects/bazel-untrusted/instances/default_instance
21build:remote --remote_executor=remotebuildexecution.googleapis.com
Jakob Buchgraber3541ad62019-04-30 07:51:12 -070022build:remote --remote_timeout=600
Jakob Buchgraber8da42b62019-04-24 07:37:07 -070023build:remote --tls_enabled
24build:remote --google_default_credentials
25
26build:remote --jobs=100
27build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
28build:remote --disk_cache=
Jakob Buchgraberada36592019-05-02 06:58:48 -070029
30# Flags for Android
31build:remote --strategy=DexBuilder=remote # RBE C++ toolchain is built for RBE container
32build:remote --noexperimental_check_desugar_deps # Workaround for singlejar incompatibility with RBE