Skip to content

Commit c9ab527

Browse files
committed
Use single thread for run-clang-tidy
1 parent 4c37ad8 commit c9ab527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/run_clang_tidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ rm -f files.txt
2929
for FILE in $FILES; do
3030
echo $FILE >> files.txt
3131
done
32-
run-clang-tidy -p build -j8 $(cat files.txt)
32+
run-clang-tidy -p build $(cat files.txt)

0 commit comments

Comments
 (0)