mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +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 update
|
||||||
- apt-get install -y openjdk-21-jdk-headless
|
- apt-get install -y openjdk-21-jdk-headless
|
||||||
- update-java-alternatives -a
|
- 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:
|
gradle:
|
||||||
- fDroid
|
- fDroid
|
||||||
prebuild:
|
prebuild:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue