From 3a2c1af3da5fbe3a5b97e4ce544b88ef0a863162 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 17:44:57 -0500 Subject: [PATCH] ENH make my cpu scream --- dot_bin/executable_bootstrap_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 49ad3f9..191cd2c 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -51,7 +51,7 @@ try_nobody_update() { call_makepkg() { cd "$PKGBUILD_dir/$1" || return 1 - sudo -u nobody makepkg -s -r -i -f --noconfirm + MAKEFLAGS="-j$(nproc)" sudo -u nobody makepkg -s -r -i -f --noconfirm } run_yay() {