SERVER-104151 Disable test cache by default (#35259)
GitOrigin-RevId: 93382a783c5efc2bd4e767e2b983434f0c354428
This commit is contained in:
3
.bazelrc
3
.bazelrc
@@ -44,6 +44,9 @@ common --remote_download_outputs=toplevel
|
||||
# Files we always want to download for debugging and error checking
|
||||
common --remote_download_regex=.*\.(dwo|h|cpp)$
|
||||
|
||||
# Disable caching of test results by default since many of our tests are non-deterministic.
|
||||
common --cache_test_results=no
|
||||
|
||||
common:macos --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
|
||||
|
||||
common:windows --features=-compiler_param_file
|
||||
|
||||
Reference in New Issue
Block a user