Skip to content

Commit 23b8c01

Browse files
joeyjiaojgSecurity CI
authored andcommitted
JOBS to override default jobs
JOBS=$(nproc) bash build.sh
1 parent 6bea2cd commit 23b8c01

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
@@ -6,7 +6,7 @@
66
# Dependencies include: build-essential libncurses5 libncurses-dev cmake zlib1g-dev
77
set -e # exit on first error
88

9-
jobs=4
9+
jobs=${JOBS:-4}
1010

1111
#########
1212
# VARs and Links

0 commit comments

Comments
 (0)