mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Hate It Or Rate It: use 16 cores
This commit is contained in:
parent
3b97eb3524
commit
12a04bd7ae
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ Builds:
|
|||
versionCode: 19
|
||||
commit: 0e36262fdaa6d78506bfeda72be3f3c191f22259
|
||||
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:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/googleServices/d' -e '/crashlytics/d' {..,.,../build-logic/convention}/build.gradle.kts
|
||||
|
|
|
|||
Loading…
Reference in a new issue