SERVER-118420 make compiledb capture bzlmod deps (#47502)
GitOrigin-RevId: 85d17276b51cb6084969f8d872f2946e90fdb03d
This commit is contained in:
parent
c48b1ec5b8
commit
750f719c19
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user