forked from GoogleCloudPlatform/esp-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
17 lines (15 loc) · 855 Bytes
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration options slightly modified from:
# https://github.com/bazelbuild/bazel-toolchains/blob/master/bazelrc/bazel-2.0.0.bazelrc
# Only the remote cache options were used
# Note this file is templated.
# CI scripts will auto-replace templates with real values and move it to the repo root.
# The following flags enable the remote cache so action results can be shared
# across machines, developers, and workspaces.
build --remote_cache=remotebuildexecution.googleapis.com
build --tls_enabled=true
build --remote_timeout=3600
build --auth_enabled=true
build --experimental_guard_against_concurrent_changes=true
build --incompatible_strict_action_env=true
build --host_platform_remote_properties_override='properties:{name:"cache-silo-key" value:"CACHE_SILO_NAME"}'
build --remote_instance_name=projects/CACHE_PROJECT_ID/instances/default_instance