mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
fossify gallery: use 16 cores
This commit is contained in:
parent
5ab8310171
commit
c6133c17d8
1 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,11 @@ Builds:
|
|||
versionCode: 11
|
||||
commit: 365ba59c78f7d1c20e2a5bdab3a28d60c652b897
|
||||
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
|
||||
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue