SERVER-116248 fix compiledb with remote download minimal set (#45912)

GitOrigin-RevId: 9f03bcdf731e31fe5c67e35cf351f602c5e4686b
This commit is contained in:
Daniel Moody 2026-01-06 11:54:09 -06:00 committed by MongoDB Bot
parent 21a4eb6bb6
commit 49ccba7de1

View File

@ -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