[Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Wed May 1 11:19:19 UTC 2019
Conan-Kudo commented on this pull request.
>
find "$RPM_BUILD_ROOT" \! \( \
-name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \
\) -type f -print0 | \
- LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp
+ LANG=C xargs -0r -P$NCPUS -n16 grep -F "$RPM_BUILD_ROOT" >>$tmp
Why the `-n16`?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/687#pullrequestreview-232543295
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190501/25cf2684/attachment.html>
More information about the Rpm-maint
mailing list