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 01d329d commit ed3f804Copy full SHA for ed3f804
go.sh
@@ -11,7 +11,7 @@ fi
11
REQUIRED_VERSION=1.23.0
12
COMMIT="d5900debd397b8909d9cafeb9a1093fb7a5dc6e6"
13
GITDIR=${PWD}
14
-JOBS=$(grep -c ^processor /proc/cpuinfo)
+JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
15
16
unameOut="$(uname -s)"
17
case "${unameOut}" in
0 commit comments