From 6dd35b448c53388e0f180a5dce01763923b80e9e Mon Sep 17 00:00:00 2001 From: jjudd Date: Fri, 15 Nov 2024 01:58:57 -0700 Subject: [PATCH] Disable multiplex worker sandboxing due to missing files bug --- .bazelrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 2396a7d..76757fe 100644 --- a/.bazelrc +++ b/.bazelrc @@ -6,7 +6,10 @@ build --strategy=worker,sandboxed,local build --verbose_failures build --incompatible_strict_action_env -build --experimental_worker_multiplex_sandboxing +# Disable multiplex sandboxing because there is a bug that causes files which +# should be in the sandbox to not be. Not sure if this is a Bazel bug or a rule +# set bug. Something we need to deal with either way. +#build --experimental_worker_multiplex_sandboxing build --experimental_worker_cancellation build --worker_sandboxing