Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Dec 27, 2024
1 parent 46242bc commit e263f5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release-linux-llvm/scripts/run-clang-tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ def main():
files = [make_absolute(entry['file'], entry['directory'])
for entry in database]

max_task = args.j
if max_task == 0:
max_task = multiprocessing.cpu_count()
max_task = 8

tmpdir = None
if args.fix or (yaml and args.export_fixes):
Expand Down

0 comments on commit e263f5a

Please sign in to comment.