mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
SD Main: use 6 cores
This commit is contained in:
parent
316b078a79
commit
cd0c944c24
1 changed files with 4 additions and 1 deletions
|
|
@ -110,12 +110,15 @@ Builds:
|
|||
|
||||
- versionName: 1.2.8-rc0
|
||||
versionCode: 10208000
|
||||
disable: https://github.com/d4rken-org/sdmaid-se/issues/1232#issuecomment-2449445242
|
||||
commit: 34615e47713ec96b8162725266c5e88abffb8d44
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install zip
|
||||
- export CPUS_MAX=6
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- foss
|
||||
rm:
|
||||
|
|
|
|||
Loading…
Reference in a new issue