[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible coreboot: build crossgcc in parallel

Holger Levsen holger at moszumanska.debian.org
Tue Jun 9 12:47:37 UTC 2015


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 344126d92614d04980a8f1b8ce4f4ec1d4956c5c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 9 14:47:11 2015 +0200

    reproducible coreboot: build crossgcc in parallel
---
 bin/reproducible_coreboot.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 0be55dc..5cd23f8 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -14,7 +14,7 @@ common_init "$@"
 set -e
 
 # build for different architectures
-ARCHS="i386 mips arm arm64 riscv"
+ARCHS="i386-elf x86_64-elf armv7a-eabi aarch64-elf mipsel-elf riscv-elf"
 
 cleanup_tmpdir() {
 	cd
@@ -96,7 +96,8 @@ GOT_XTOOLCHAIN=false
 set +e
 for ARCH in ${ARCHS} ; do
 	echo "$(date -u) - Building cross compiler for ${ARCH}."
-	nice ionice -c 3 make -j $NUM_CPU crossgcc-$ARCH
+	# taken from util/crossgcc/Makefile:
+	nice ionice -c 3 bash util/crossgcc/buildgcc -j $NUM_CPU -p $ARCH
 	RESULT=$?
 	if [ $RESULT -eq 0 ] ; then
 		GOT_XTOOLCHAIN=true

-- 
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