We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2af08 commit 41a3ecfCopy full SHA for 41a3ecf
1 file changed
build.sh
@@ -334,7 +334,7 @@ function pack_debs {
334
get_version
335
echo "pack linux-headers, linux-image, linux-libc-dev debs..."
336
echo "LOCALVERSION=${gitbranch} board=$board ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE"
337
- LOCALVERSION="${gitbranch}" board="$board" KDEB_COMPRESS=gzip make bindeb-pkg
+ LOCALVERSION="${gitbranch}" board="$board" KDEB_COMPRESS=gzip make -j${numproc} bindeb-pkg
338
if [[ $? -ne 0 ]];then exit 1;fi;
339
ls ../*.deb
340
}
0 commit comments