Skip to content

Commit 0af5589

Browse files
jjuddJaden Peterson
authored and
Jaden Peterson
committedFeb 27, 2025
Re-enable worker sandbox hardening
1 parent 2696c00 commit 0af5589

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.bazelrc_shared

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ build --tool_java_runtime_version="remotejdk_21"
77

88
# Other options
99
build --experimental_use_hermetic_linux_sandbox
10+
build --experimental_worker_sandbox_hardening
1011
build --experimental_worker_cancellation
1112
build --strategy=worker,sandboxed,local
1213
build --verbose_failures
@@ -29,9 +30,6 @@ build --worker_sandboxing
2930
#common --experimental_output_paths=strip
3031
#common --modify_execution_info=CppCompile=+supports-path-mapping
3132

32-
# This is disabled as it was causing some issues with some javac targets when used
33-
# with path mapping. If that is resolved, then we can turn it back on.
34-
#build --experimental_worker_sandbox_hardening
3533

3634
common --announce_rc
3735
common --color=yes

0 commit comments

Comments
 (0)