kernel-5.10.0-0.rc4.77
* Mon Nov 16 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.77]
- No need to review, Temporary workarounds due to DEBUG_INFO_BTF not working ("Justin M. Forbes")
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
f1879fd534
commit
6c08b065ee
19 changed files with 154 additions and 41 deletions
|
|
@ -16,11 +16,6 @@ while test "$#" != 0; do
|
|||
shift
|
||||
done
|
||||
|
||||
#This seems to cause problems with large numbers
|
||||
if (( $procgroup > 12 )); then
|
||||
procgroup=12
|
||||
fi
|
||||
|
||||
# If told to use only one cpu:
|
||||
test "$procgroup" || exec xargs -r xz
|
||||
test "$procgroup" = 1 && exec xargs -r xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue