We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527bbc0 commit 29a621eCopy full SHA for 29a621e
.bazelrc
@@ -3,3 +3,9 @@ common --incompatible_default_to_explicit_init_py
3
4
# Use a minimal venv and don't require a system python to bootstrap
5
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