We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07830e commit ab6de55Copy full SHA for ab6de55
1 file changed
.bazelrc
@@ -2,3 +2,10 @@ run -c opt --show_loading_progress=false --show_progress=false --ui_event_filter
2
run:verbose -c dbg --show_loading_progress=true --show_progress=true --ui_event_filters=info,error,debug
3
# https://github.com/mockito/mockito/issues/1879
4
test --sandbox_tmpfs_path=/tmp
5
+
6
+# Use a hermetic JDK for tests.
7
+common --java_runtime_version=remotejdk_21
8
9
+# Avoid cache thrashing, but allow integration tests to find "bazel" on the PATH.
10
+common --incompatible_strict_action_env
11
+common --test_env=PATH
0 commit comments