forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
30 lines (24 loc) · 1.64 KB
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration to build and test Bazel itself on RBE.
build:remote --host_javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk
build:remote --javabase=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/java:jdk
build:remote --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:remote --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:remote --crosstool_top=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/cc:toolchain
build:remote --extra_toolchains=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804/config:cc-toolchain
build:remote --extra_execution_platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
build:remote --extra_execution_platforms=//:rbe_highcpu_platform
build:remote --host_platform=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
build:remote --platforms=@bazel_rbe_toolchains//configs/bazel_0.25.0/bazel-ubuntu1804:default_platform
# TODO(ishikhman): Remove this flag after upgrading Bazel to 0.27.0
build:remote --incompatible_list_based_execution_strategy_selection
build:remote --define=EXECUTOR=remote
build:remote --remote_instance_name=projects/bazel-untrusted/instances/default_instance
build:remote --remote_executor=remotebuildexecution.googleapis.com
build:remote --remote_timeout=600
build:remote --tls_enabled
build:remote --google_default_credentials
build:remote --jobs=100
build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
build:remote --disk_cache=
# Flags for Android
build:remote --noexperimental_check_desugar_deps # Workaround for singlejar incompatibility with RBE