SERVER-118420 make compiledb capture bzlmod deps (#47502)

GitOrigin-RevId: 85d17276b51cb6084969f8d872f2946e90fdb03d
This commit is contained in:
Daniel Moody 2026-02-03 13:17:08 -06:00 committed by MongoDB Bot
parent c48b1ec5b8
commit 750f719c19

View File

@ -128,7 +128,7 @@ def generate_compiledb(bazel_bin, persistent_compdb, enterprise, atlas):
"--bes_backend=",
"--bes_results_url=",
"--noinclude_artifacts",
'mnemonic("CppCompile|LinkCompile", //src/...)',
'mnemonic("CppCompile|LinkCompile", deps(//src/...))',
"--output=jsonproto",
]
)