summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlises Mendez Martinez <umendez@google.com>2024-03-14 11:48:44 +0000
committerYifan Hong <elsk@google.com>2024-03-14 19:30:20 +0000
commitfd443a6bcbb98562d9a7ee2e433a171e3b195f40 (patch)
tree8934f45ee13d4521a7eec51ab29e82826a1f82e5
parent01bb9ba9ccb96b0e4b4a307b65afec96b43b8bf6 (diff)
downloadbuild-fd443a6bcbb98562d9a7ee2e433a171e3b195f40.tar.gz
Kleaf: Disable reusing sandboxes
* This is a temporary attempt to mitigate b/329117183 while releasing a new Bazel version (7.1.0). Bug: 325494748 Change-Id: I2f207825b53d24ae3c9c6f2bccaee0000627c8e6 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
-rw-r--r--kleaf/common.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/kleaf/common.bazelrc b/kleaf/common.bazelrc
index 5c375da..23fe72f 100644
--- a/kleaf/common.bazelrc
+++ b/kleaf/common.bazelrc
@@ -31,6 +31,9 @@ build --tool_java_runtime_version=local_jdk
# Always dump full test results
test --test_output=errors --test_summary=terse
+# TODO: b/329117183 - Remove when NPE is fixed.
+common --noreuse_sandbox_directories
+
# Support a device-specific bazelrc file
try-import %workspace%/device.bazelrc