summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2023-10-08 17:56:49 -0400
committerXenHat2023-10-08 17:56:49 -0400
commit4708cb0a992c740e9a8fa471a3c210d18f7a8738 (patch)
tree34cd728395250d5f9f7697df6ae2d96a95aed7e4
parentf188aac699d7fff5ee5282efa98ec301a8eb6ec5 (diff)
downloadaur-4708cb0a992c740e9a8fa471a3c210d18f7a8738.tar.gz
remove schedtool requirement
-rwxr-xr-xPKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c583f9cc62..de56712d9601 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,11 +70,6 @@ prepare() {
build() {
cd "${pkgname}" || exit 1
source "${srcdir}/.venv/bin/activate"
- if command -v schedtool >/dev/null 2>&1; then
- # Set current shell and all descendents as SCHED_BATCH, see schedtool(8)
- schedtool -B $$
- prefix_cmd='schedtool -B -n20 -e '
- fi
build_jobs=$(nproc)
if [[ -z "$NO_SMART_JOB_COUNT" ]]; then
if [[ ${build_jobs} -gt 1 ]]; then