build-and-push/install: set install jobs
As the target now resides on SSD storage, increasing the jobs for module installations might be beneficial. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
43a44932cc
commit
fa50d8cb9d
@ -73,7 +73,7 @@ $SSH -- rm -fr "$TARGET_BUILD"
|
||||
|
||||
rsync --exclude='.tmp*' --info=progress2 -lr "$LINUX_BUILD"/ "$TARGET_USER"@"$TARGET_HOST":"$TARGET_BUILD"
|
||||
|
||||
$SSH -- make -C/usr/src/linux O="$TARGET_BUILD" modules_install
|
||||
$SSH -- make -C/usr/src/linux -j16 O="$TARGET_BUILD" modules_install
|
||||
$SSH -- make -C/usr/src/linux O="$TARGET_BUILD" install
|
||||
|
||||
VMLINUZ=/boot/vmlinuz-"$GIT_COMMIT"
|
||||
|
@ -18,7 +18,7 @@
|
||||
builddir=/tmp/build
|
||||
commit="${1?Specify commit hash}"
|
||||
|
||||
make -C/usr/src/linux -j6 O="$builddir" modules_install
|
||||
make -C/usr/src/linux -j16 O="$builddir" modules_install
|
||||
make -C/usr/src/linux O="$builddir" install
|
||||
|
||||
VMLINUZ=/boot/vmlinuz-"$commit"
|
||||
|
Loading…
x
Reference in New Issue
Block a user