Jakob Buchgraber | 8da42b6 | 2019-04-24 07:37:07 -0700 | [diff] [blame] | 1 | # Configuration to build and test Bazel itself on RBE. |
| 2 | build:remote --host_javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.2:jdk8 |
| 3 | build:remote --javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.2:jdk8 |
| 4 | build:remote --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
| 5 | build:remote --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
| 6 | build:remote --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.2/bazel_0.24.0/default:toolchain |
| 7 | |
| 8 | build:remote --extra_toolchains=@bazel_toolchains//configs/ubuntu16_04_clang/1.2/bazel_0.24.0/cpp:cc-toolchain-clang-x86_64-default |
| 9 | build:remote --extra_execution_platforms=//:rbe_ubuntu1604_default |
| 10 | build:remote --extra_execution_platforms=//:rbe_ubuntu1604_highcpu |
| 11 | build:remote --host_platform=//:rbe_ubuntu1604_default |
| 12 | build:remote --platforms=//:rbe_ubuntu1604_default |
| 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 |
| 22 | build:remote --remote_timeout=1200 |
| 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= |