aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKousik Kumar <kousikk@google.com>2020-11-24 10:55:47 -0500
committerKousik Kumar <kousikk@google.com>2021-01-06 10:00:18 -0500
commita92f3e0804c5c758cd4c9f685479a9ce959a3de5 (patch)
tree9d7d16749153ab9dfb588a30d0c3625c3b727338
parentba9a28bee20206be1a679c3d049883ff1ff16741 (diff)
downloadbuild-a92f3e0804c5c758cd4c9f685479a9ce959a3de5.tar.gz
Use unified cas uploads / downloads
This is to deduplciate uploads and downloads when running builds with RBE. Especially useful for certain Java / R8 / D8 actions that have JAR files as common inputs. Bug: b/170699893 Change-Id: I0459d4e5c89bd93e5c0c53195fdabccabec08674 Merged-In: I0459d4e5c89bd93e5c0c53195fdabccabec08674
-rw-r--r--rbesetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbesetup.sh b/rbesetup.sh
index a8cb8ed35c..3e78a57262 100644
--- a/rbesetup.sh
+++ b/rbesetup.sh
@@ -63,6 +63,7 @@ function _set_rbe_vars() {
unset USE_GOMA
export USE_RBE="true"
export RBE_CXX_EXEC_STRATEGY="remote_local_fallback"
+ export RBE_use_unified_cas_ops="true"
export RBE_JAVAC=1
export RBE_R8=1
export RBE_D8=1