diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-12-10 15:26:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 15:31:57 +0100 |
commit | 486d15e91bf08b45211e59e00da8f9b1b0f10a2a (patch) | |
tree | 61a5a114947135059d3806b5f3ae951d8fae1caf /bin | |
parent | 067ef0669532b0aae183fd209c821170ae507d95 (diff) | |
download | jenkins.debian.net-486d15e91bf08b45211e59e00da8f9b1b0f10a2a.tar.xz |
coreboot: explicit build iasl
in recent coreboot version iasl isn't build automatic and the build
will fail because acpi support requires iasl
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index e6bab08a..c690e91d 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 # |