mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
nymvpn: use 16 cores
This commit is contained in:
parent
701b73066b
commit
5630b221a9
1 changed files with 4 additions and 0 deletions
|
|
@ -493,6 +493,10 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y make gcc
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- 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
|
||||
srclibs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue