mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
inure: use 16 cores
This commit is contained in:
parent
fa55208c86
commit
d7c833972e
1 changed files with 5 additions and 0 deletions
|
|
@ -1252,6 +1252,11 @@ Builds:
|
|||
versionCode: 10410
|
||||
commit: ba13f4318be78ccb90d7423cf6d5d075691ea6af
|
||||
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:
|
||||
- github
|
||||
srclibs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue