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