summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-03-21 20:23:51 +0000
committerMatthias Männich <maennich@google.com>2024-03-22 13:34:32 +0000
commit620b88df22006c422f09ab48d4816a159cff96e3 (patch)
treeffcb9b18f6f3e25fe2dce0e7a136a8481a365ebc
parent6af2b8a169e717b31af365779940531b38d19712 (diff)
downloadbuild-620b88df22006c422f09ab48d4816a159cff96e3.tar.gz
Revert "Kleaf: Disable reusing sandboxes"
This reverts commit fd443a6bcbb98562d9a7ee2e433a171e3b195f40. Reason for revert: The underlying issue should be fixed by 7.1.1 Bug: 329117183 Change-Id: I91455166ada5ed63b5f03a866ced08226ee73308
-rw-r--r--kleaf/common.bazelrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/kleaf/common.bazelrc b/kleaf/common.bazelrc
index 23fe72f..5c375da 100644
--- a/kleaf/common.bazelrc
+++ b/kleaf/common.bazelrc
@@ -31,9 +31,6 @@ 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