mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
breezy weather: use 16 cores
This commit is contained in:
parent
40117dd76a
commit
5f9ba92297
1 changed files with 5 additions and 1 deletions
|
|
@ -176,9 +176,13 @@ Builds:
|
|||
|
||||
- versionName: 6.0.11-rc_freenet
|
||||
versionCode: 60011
|
||||
disable: https://github.com/breezy-weather/breezy-weather/issues/2247
|
||||
commit: 4a90c8da6d60db4a75552867dd0b87d075da2bee
|
||||
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:
|
||||
- freenet
|
||||
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v6.0.11-rc/breezy-weather-v%v.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue