From 67680cabfcb6b760227d04a891cecd878bfb00cb Mon Sep 17 00:00:00 2001 From: Oliver Lee Date: Fri, 5 Sep 2025 11:01:38 -0500 Subject: [PATCH] avoid mounting root in linux sandboxes Change-Id: I3a53b2f6e03132d472b5c425646ef5713c990c90 --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index 8beb51f..089c2b5 100644 --- a/.bazelrc +++ b/.bazelrc @@ -28,6 +28,7 @@ common:remote-cache --legacy_important_outputs=false common --@rules_python//python/config_settings:bootstrap_impl=script common --experimental_repository_cache_hardlinks +common --experimental_use_hermetic_linux_sandbox build --@bazel_clang_format//:binary=@llvm_toolchain//:clang-format build --@bazel_clang_format//:config=//:format-config