[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Arch Linux: parallelize initial pacman-git building

Holger Levsen holger at layer-acht.org
Thu Nov 23 21:04:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 88b362333a5951e454afc05a86608868bad65a2c
Author: anthraxx <levente at leventepolyak.net>
Date:   Thu Nov 23 20:31:43 2017 +0100

    reproducible Arch Linux: parallelize initial pacman-git building
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_setup_archlinux_schroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 3b59e45..9df4ae9 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -155,7 +155,7 @@ set -e
 mkdir /pacman-git
 cd /pacman-git
 mv $PKGBUILD_FILE ./PKGBUILD
-makepkg
+MAKEFLAGS="-j$NUM_CPU" makepkg
 __END__
 $ROOTCMD sh -c 'yes | pacman -U /pacman-git/pacman-*-x86_64.pkg.tar.xz'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list