Skip to content

Commit

Permalink
use j4 with make (arkime#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
awick authored Dec 27, 2024
1 parent 66c5c9f commit 2b09124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybutton-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ if [ $DOCLEAN -eq 1 ]; then
$MAKE clean
fi

$MAKE
$MAKE -j4
if [ $? -ne 0 ]; then
echo "ARKIME: $MAKE failed"
exit 1
Expand Down

0 comments on commit 2b09124

Please sign in to comment.