mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
TranslateYou: use 16 cores
This commit is contained in:
parent
2d7010799b
commit
da74f517a2
1 changed files with 5 additions and 0 deletions
|
|
@ -141,6 +141,11 @@ Builds:
|
|||
versionCode: 49
|
||||
commit: fd145fcfded53f920fe0a644267f9d22f98d8cc6
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- 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
|
||||
binary: https://github.com/you-apps/TranslateYou/releases/download/v%v/app-release.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue