mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
musicsearch: use 16 cores
This commit is contained in:
parent
03d70a1d3e
commit
1f0f81b5cf
1 changed files with 4 additions and 0 deletions
|
|
@ -970,6 +970,10 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue