Skip to content

Commit 41a3ecf

Browse files
ewpafrank-w
authored andcommitted
build.sh: Build DEB packages in parallel.
1 parent 2d2af08 commit 41a3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function pack_debs {
334334
get_version
335335
echo "pack linux-headers, linux-image, linux-libc-dev debs..."
336336
echo "LOCALVERSION=${gitbranch} board=$board ARCH=$ARCH CROSS_COMPILE=$CROSS_COMPILE"
337-
LOCALVERSION="${gitbranch}" board="$board" KDEB_COMPRESS=gzip make bindeb-pkg
337+
LOCALVERSION="${gitbranch}" board="$board" KDEB_COMPRESS=gzip make -j${numproc} bindeb-pkg
338338
if [[ $? -ne 0 ]];then exit 1;fi;
339339
ls ../*.deb
340340
}

0 commit comments

Comments
 (0)