Skip to content

Commit

Permalink
JOBS to override default jobs
Browse files Browse the repository at this point in the history
JOBS=$(nproc) bash build.sh
  • Loading branch information
joeyjiaojg authored and Security CI committed May 18, 2023
1 parent d8108a2 commit 3a2f707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Dependencies include: build-essential libncurses5 libncurses-dev cmake zlib1g-dev
set -e # exit on first error

jobs=4
jobs=${JOBS:-4}

#########
# VARs and Links
Expand Down

0 comments on commit 3a2f707

Please sign in to comment.