[Qa-jenkins-scm] [jenkins.debian.net] 01/01: coreboot: explicit build iasl
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 10 14:32:11 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 486d15e91bf08b45211e59e00da8f9b1b0f10a2a
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Thu Dec 10 15:26:05 2015 +0100
coreboot: explicit build iasl
in recent coreboot version iasl isn't build automatic and the build
will fail because acpi support requires iasl
---
bin/reproducible_coreboot.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index e6bab08..c690e91 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -82,6 +82,9 @@ set -e
if ! $GOT_XTOOLCHAIN ; then
echo "Need at least one cross toolchain, aborting."
fi
+
+ionice -c 3 nice bash util/crossgcc/buildgcc -j $NUM_CPU -P IASL
+
#
# create html about toolchains used
#
--
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