mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- versionName: 6.0.11-rc_freenet
|
||||||
versionCode: 60011
|
versionCode: 60011
|
||||||
disable: https://github.com/breezy-weather/breezy-weather/issues/2247
|
|
||||||
commit: 4a90c8da6d60db4a75552867dd0b87d075da2bee
|
commit: 4a90c8da6d60db4a75552867dd0b87d075da2bee
|
||||||
subdir: app
|
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:
|
gradle:
|
||||||
- freenet
|
- freenet
|
||||||
binary: https://github.com/breezy-weather/breezy-weather/releases/download/v6.0.11-rc/breezy-weather-v%v.apk
|
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