mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
nymvpn: use 16 cores
This commit is contained in:
parent
4193c51b95
commit
c148f68341
1 changed files with 4 additions and 0 deletions
|
|
@ -253,6 +253,10 @@ Builds:
|
|||
- apt-get install -y libdbus-1-dev libmnl-dev libnftnl-dev protobuf-compiler
|
||||
make libc-dev 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