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.
local.config.json
1 parent 40daf3c commit c92c6d6Copy full SHA for c92c6d6
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