Build Bazel without the bytes.
Closes #17752.
PiperOrigin-RevId: 516465973
Change-Id: I973a726321e154366a977178ed3ac8c3b2088dbd
diff --git a/.bazelrc b/.bazelrc
index 74accc5..2d6f295 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -3,6 +3,7 @@
# Shared configuration flags to build and test Bazel on RBE.
build:remote_shared --remote_instance_name=projects/bazel-untrusted/instances/default_instance
build:remote_shared --remote_executor=grpcs://remotebuildexecution.googleapis.com
+build:remote_shared --remote_download_toplevel
build:remote_shared --remote_timeout=600
build:remote_shared --google_default_credentials
build:remote_shared --jobs=100