mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
zashi: use 8 cores
This commit is contained in:
parent
7b8d3bc4a2
commit
c143ae309a
1 changed files with 5 additions and 0 deletions
|
|
@ -131,6 +131,11 @@ Builds:
|
|||
versionCode: 965
|
||||
commit: 8d3af5814e2ab2d8f1e090310df7b665143ad59a
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=8
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- zcashmainnet
|
||||
- foss
|
||||
|
|
|
|||
Loading…
Reference in a new issue