We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0829 commit ee6bbb7Copy full SHA for ee6bbb7
.bazelrc_shared
@@ -32,7 +32,9 @@ build --worker_sandboxing
32
build --experimental_worker_cancellation
33
build --verbose_failures
34
35
-build --experimental_worker_sandbox_hardening
+# 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
38
build --experimental_use_hermetic_linux_sandbox
39
40
test --test_output=all
0 commit comments