Skip to content

Commit ee6bbb7

Browse files
committed
Disable worker sandbox hardening as it seems to cause issues with some javac targets
1 parent 43a0829 commit ee6bbb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelrc_shared

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ build --worker_sandboxing
3232
build --experimental_worker_cancellation
3333
build --verbose_failures
3434

35-
build --experimental_worker_sandbox_hardening
35+
# This is disabled as it was causing some issues with some javac targets when used
36+
# with path mapping. If that is resolved, then we can turn it back on.
37+
#build --experimental_worker_sandbox_hardening
3638
build --experimental_use_hermetic_linux_sandbox
3739

3840
test --test_output=all

0 commit comments

Comments
 (0)