Skip to content

Commit 29a621e

Browse files
committed
Implement remote caching
1 parent 527bbc0 commit 29a621e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ common --incompatible_default_to_explicit_init_py
33

44
# Use a minimal venv and don't require a system python to bootstrap
55
common --@rules_python//python/config_settings:bootstrap_impl=script
6+
7+
# Remote caching. Write is limited to CI.
8+
common --google_default_credentials=true
9+
common --remote_cache="grpcs://remotebuildexecution.googleapis.com"
10+
common --remote_instance_name=projects/ml-oss-rbe-testing/instances/default_instance
11+
common --remote_default_exec_properties=cache-silo-key=google_ml_actions_v1

0 commit comments

Comments
 (0)