Skip to content

Commit ab6de55

Browse files
committed
Use modern cquery features
1 parent e07830e commit ab6de55

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.bazelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ run -c opt --show_loading_progress=false --show_progress=false --ui_event_filter
22
run:verbose -c dbg --show_loading_progress=true --show_progress=true --ui_event_filters=info,error,debug
33
# https://github.com/mockito/mockito/issues/1879
44
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

Comments
 (0)