Skip to content

Commit f664041

Browse files
RedBeard0531MongoDB Bot
authored and
MongoDB Bot
committed
SERVER-102898 clang_tidy_vscode.py should use installed toolchain for now (#34103)
GitOrigin-RevId: 51e73772206651ff6d86c7eba9d7e063824ce331
1 parent b56f207 commit f664041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/clang_tidy_vscode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
def main():
46-
toolchain = get_mongo_toolchain(version="v5", from_bazel=True)
46+
toolchain = get_mongo_toolchain(version="v5", from_bazel=False)
4747
clang_tidy_args = [toolchain.get_tool_path("clang-tidy")]
4848
for check_lib in CHECKS_SO:
4949
if os.path.isfile(check_lib):

0 commit comments

Comments
 (0)