Revert "Invalidate RBE linux cache by setting a new cache silo key" (#32793)

Reverts grpc/grpc#32706

Looks like this isn't helping at all with the original issue.
veblush-patch-1
Jan Tattermusch 2 years ago committed by GitHub
parent 8f6ae3599f
commit 5fb25fdfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/remote_build/linux.bazelrc

@ -17,9 +17,6 @@
import %workspace%/tools/remote_build/include/rbe_remote_execution.bazelrc
# invalidate old and possibly poisoned cache by using a new random UUID as cache key (see b/275038656)
build --remote_default_exec_properties="grpc_cache_silo_key1=83e33624-ca52-11ed-afca-1b104ed323aa"
# Next section is linux-specific RBE configuration
build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain

Loading…
Cancel
Save