Searched refs:OT_BUILD_JOBS (Results 1 – 1 of 1) sorted by relevance
67 OT_BUILD_JOBS=$(getconf _NPROCESSORS_ONLN)68 readonly OT_BUILD_JOBS152 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose162 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check174 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}" -fix)186 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}")196 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --write206 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --check216 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…226 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…[all …]