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.
2 parents f293da1 + c92c6d6 commit 41dfd36Copy full SHA for 41dfd36
scripts/upgrade.sh
@@ -67,7 +67,7 @@ make build_libs -j12
67
68
# Update binary
69
cd ${bindir}/${repo}
70
-ls --hide=global.config.json | xargs -d '\n' rm -rf
+ls --hide=global.config.json --hide=local.config.json | xargs -d '\n' rm -rf
71
rm -rf .ninja_*
72
memory=$(cat /proc/meminfo | grep MemAvailable | awk '{print $2}')
73
let "cpuNumber = memory / 2100000" || cpuNumber=1
0 commit comments