mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
Revert "dist: cppcheck: switch back to 8 jobs"
This reverts commit ec97a94626baa8a8843a0aa00e17213fac08696f. (The commit seems to cause trouble. Furthermore, there's no reference to either the issue or how it was solved in the original commit message).
This commit is contained in:
parent
0cc15955f6
commit
1ec3c0a57a
3
dist/tools/cppcheck/check.sh
vendored
3
dist/tools/cppcheck/check.sh
vendored
@ -53,6 +53,7 @@ if [ -z "${FILES}" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 8 \
|
||||
# TODO: switch back to 8 jobs when/if cppcheck issue is resolved
|
||||
cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 1 \
|
||||
--template "{file}:{line}: {severity} ({id}): {message}" \
|
||||
--inline-suppr ${DEFAULT_SUPPRESSIONS} ${@} ${FILES}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user