forked from typedb/typedb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
32 lines (31 loc) · 1.79 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
31
32
build --incompatible_strict_action_env
run --incompatible_strict_action_env
test --incompatible_strict_action_env
# what is defined in this section will be applied when bazel is invoked like this: bazel ... --config=rbe ...
build:rbe --project_id=grakn-dev
build:rbe --remote_instance_name=projects/grakn-dev/instances/default_instance
build:rbe --remote_cache=remotebuildexecution.googleapis.com
build:rbe --remote_executor=remotebuildexecution.googleapis.com
build:rbe --bes_backend="buildeventservice.googleapis.com"
build:rbe --bes_results_url="https://source.cloud.google.com/results/invocations/"
build:rbe --host_platform=@graknlabs_build_tools//:rbe-ubuntu1604-network-standard
build:rbe --platforms=@graknlabs_build_tools//:rbe-ubuntu1604-network-standard
build:rbe --extra_execution_platforms=@graknlabs_build_tools//:rbe-ubuntu1604-network-standard
build:rbe --host_javabase=@bazel_toolchains//configs/ubuntu16_04_clang/11.0.0/bazel_3.0.0/java:jdk
build:rbe --javabase=@bazel_toolchains//configs/ubuntu16_04_clang/11.0.0/bazel_3.0.0/java:jdk
build:rbe --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:rbe --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:rbe --extra_toolchains=@bazel_toolchains//configs/ubuntu16_04_clang/11.0.0/bazel_3.0.0/config:cc-toolchain
build:rbe --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/11.0.0/bazel_3.0.0/cc:toolchain
build:rbe --jobs=50
build:rbe --remote_timeout=3600
build:rbe --bes_timeout=60s
build:rbe --tls_enabled=true
build:rbe --auth_enabled=true
build:rbe --spawn_strategy=remote
build:rbe --strategy=Javac=remote
build:rbe --strategy=Closure=remote
build:rbe --genrule_strategy=remote
build:rbe --define=EXECUTOR=remote
build:rbe --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
build:rbe --experimental_strict_action_env=true