We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca452a commit 3f3d1a2Copy full SHA for 3f3d1a2
1 file changed
build.sh
@@ -347,7 +347,7 @@ function pack_debs {
347
get_version
348
echo "pack linux-headers, linux-image, linux-libc-dev debs..."
349
echo "LOCALVERSION=${gitbranch} board=$baseboard ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE"
350
- LOCALVERSION="${gitbranch}" board="$baseboard" KDEB_COMPRESS=gzip make bindeb-pkg
+ LOCALVERSION="${gitbranch}" board="$baseboard" KDEB_COMPRESS=gzip make -j${numproc} bindeb-pkg
351
if [[ $? -ne 0 ]];then exit 1;fi;
352
ls ../*.deb
353
}
0 commit comments