From aa79007e04947d1c0956ea830c3d6e4701e2090f Mon Sep 17 00:00:00 2001 From: Kousik Kumar Date: Tue, 24 Nov 2020 10:55:47 -0500 Subject: [PATCH] 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. Change-Id: I0459d4e5c89bd93e5c0c53195fdabccabec08674 --- rbesetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rbesetup.sh b/rbesetup.sh index 0182bfd18..410ed86aa 100644 --- a/rbesetup.sh +++ b/rbesetup.sh @@ -66,6 +66,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