We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2e462 commit 782c09dCopy full SHA for 782c09d
1 file changed
install.sh
@@ -66,7 +66,7 @@ if [[ $TRAVIS == true ]]; then
66
elif [[ $OS == Linux ]]; then
67
PARALLEL=`nproc`
68
elif [[ $OS == Darwin ]]; then
69
- PARALLEL=2 #TODO
+ PARALLEL=`sysctl -n hw.ncpu`
70
else
71
echo "Unsupported system: $OS"
72
exit 1
0 commit comments