Skip to content

Commit 7a979eb

Browse files
committed
Run clang-tidy in parallel
1 parent b57c81a commit 7a979eb

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
@@ -31,4 +31,4 @@ for FILE in $FILES; do
3131
done
3232
# On macOS, run-clang-tidy from llvm@17 requires python as the env, so we cannot run it directly
3333
SCRIPT=$(which run-clang-tidy)
34-
python3 $SCRIPT -p build $(cat files.txt)
34+
python3 $SCRIPT -p build -j $(nproc) $(cat files.txt)

0 commit comments

Comments
 (0)