Skip to content

Commit

Permalink
Disable multiplex worker sandboxing due to missing files bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jjudd committed Nov 15, 2024
1 parent 8bb6710 commit 6dd35b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6dd35b4

Please sign in to comment.