SERVER-116248 fix compiledb with remote download minimal set (#45912)
GitOrigin-RevId: 9f03bcdf731e31fe5c67e35cf351f602c5e4686b
This commit is contained in:
parent
21a4eb6bb6
commit
49ccba7de1
2
.bazelrc
2
.bazelrc
@ -55,7 +55,7 @@ common --nolegacy_external_runfiles
|
||||
common --remote_download_outputs=all
|
||||
|
||||
# Files we always want to download for debugging and error checking
|
||||
common --remote_download_regex=.*\.(dwo|h|cpp|test.xml)$
|
||||
common --remote_download_regex=.*\.(dwo|h|cpp|test.xml|clang-tidy|clang-tidy\.strict)$
|
||||
|
||||
# Disable caching of test results by default since many of our tests are non-deterministic.
|
||||
common --cache_test_results=no
|
||||
|
||||
Loading…
Reference in New Issue
Block a user