We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2696c00 commit 0af5589Copy full SHA for 0af5589
.bazelrc_shared
@@ -7,6 +7,7 @@ build --tool_java_runtime_version="remotejdk_21"
7
8
# Other options
9
build --experimental_use_hermetic_linux_sandbox
10
+build --experimental_worker_sandbox_hardening
11
build --experimental_worker_cancellation
12
build --strategy=worker,sandboxed,local
13
build --verbose_failures
@@ -29,9 +30,6 @@ build --worker_sandboxing
29
30
#common --experimental_output_paths=strip
31
#common --modify_execution_info=CppCompile=+supports-path-mapping
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
35
36
common --announce_rc
37
common --color=yes
0 commit comments