Skip to content

Commit b21203a

Browse files
committed
fix: single core machine
1 parent fbf524e commit b21203a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ elif which sysctl; then
1616
else
1717
CORES=2
1818
fi
19-
JOBS=$(( CORES / 2 ))
20-
19+
JOBS=$(( (CORES + 1) / 2 ))
2120
usage() {
2221

2322
cat <<EOF

0 commit comments

Comments
 (0)