diff --git a/.bazelrc_shared b/.bazelrc_shared index dfdbc10a..03733dd0 100644 --- a/.bazelrc_shared +++ b/.bazelrc_shared @@ -22,7 +22,10 @@ build --strategy=worker,sandboxed,local build --worker_max_instances=4 build --worker_sandboxing -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 --verbose_failures