mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
jellyfin: use 16 cores
This commit is contained in:
parent
fe61c5c275
commit
1eb6a1d88a
1 changed files with 5 additions and 0 deletions
|
|
@ -211,6 +211,11 @@ Builds:
|
|||
versionCode: 2060399
|
||||
commit: v2.6.3
|
||||
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:
|
||||
- libre
|
||||
output: build/outputs/apk/libre/release/jellyfin-android-*-libre-release-unsigned.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue