Attention is currently required from: Nico Huber, Thomas Heijligen, Angel Pons.

Felix Singer would like build bot (Jenkins), Nico Huber, Thomas Heijligen and Angel Pons to review this change.

View Change

test_build.sh: Use multiple cores if Make is used

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: Ia67e9202e49f1b4bc3301399a8ec741ac01c3ce0
Reviewed-on: https://review.coreboot.org/c/flashrom/+/67244
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
---
M test_build.sh
1 file changed, 16 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/01/68001/1
diff --git a/test_build.sh b/test_build.sh
index f7118e0..48d5fa8 100755
--- a/test_build.sh
+++ b/test_build.sh
@@ -14,5 +14,5 @@
for option in ${make_programmer_opts}; do
echo "Building ${option}"
make clean
- make CONFIG_NOTHING=yes CONFIG_${option}=yes
+ make -j $(nproc) CONFIG_NOTHING=yes CONFIG_${option}=yes
done

To view, visit change 68001. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: 1.0.x
Gerrit-Change-Id: Ia67e9202e49f1b4bc3301399a8ec741ac01c3ce0
Gerrit-Change-Number: 68001
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange