Disable schedtool usage on Arch until we understand the reason for https://github.com/Frogging-Family/linux-tkg/issues/811
Fixes https://github.com/Frogging-Family/linux-tkg/issues/811
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -125,7 +125,7 @@ build() {
|
|||||||
# build!
|
# build!
|
||||||
if pacman -Qq schedtool &> /dev/null; then
|
if pacman -Qq schedtool &> /dev/null; then
|
||||||
msg2 "Using schedtool"
|
msg2 "Using schedtool"
|
||||||
_schedtool="schedtool -B -n 1 -e ionice -n 1"
|
#_schedtool="schedtool -B -n 1 -e ionice -n 1"
|
||||||
fi
|
fi
|
||||||
_runtime=$( time ( $_schedtool make ${_force_all_threads} ${llvm_opt} LOCALVERSION= bzImage modules 2>&1 ) 3>&1 1>&2 2>&3 )
|
_runtime=$( time ( $_schedtool make ${_force_all_threads} ${llvm_opt} LOCALVERSION= bzImage modules 2>&1 ) 3>&1 1>&2 2>&3 )
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user