1
0
Fork 0

drm_hwcomposer: CI: Use make -j for clang-tidy step

Local testing suggests that the parallelization of clang-tidy speeds
things up considerably.

Change-Id: I1a4aecc2efc43dd1929ff7fa86a649dbbb0d65e7
Signed-off-by: Drew Davenport <ddavenport@google.com>
This commit is contained in:
Drew Davenport 2024-09-03 11:49:23 -06:00
parent 3cb9555747
commit 4be73eef30

View file

@ -49,7 +49,7 @@ tidy:
script:
- rm ${HOME}/aospless/src
- ln -s ${PWD} ${HOME}/aospless/src
- BASE_DIR=${HOME}/aospless make -k -f .ci/Makefile
- BASE_DIR=${HOME}/aospless make -j$(nproc) -k -f .ci/Makefile
timeout: 2h
checkstyle: