breezy weather: use 16 cores

This commit is contained in:
linsui 2025-09-11 16:04:36 +08:00
parent 40117dd76a
commit 5f9ba92297

View file

@ -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