mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
LightNovelReader: use 4 cores
This commit is contained in:
parent
ed6d98f38d
commit
ade6c21b04
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ Builds:
|
|||
versionCode: 10100033
|
||||
commit: a972c991d5b64db95830d8de77986da8cf456044
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/foojay/d' ../settings.gradle.kts
|
||||
|
|
|
|||
Loading…
Reference in a new issue