mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
9fd69afd35
commit
a5a2b36efb
1 changed files with 5 additions and 1 deletions
|
|
@ -388,8 +388,12 @@ Builds:
|
|||
- versionName: 3.0.0
|
||||
versionCode: 103
|
||||
commit: ebfffbb87145a132552bfd48f8f7f3273fd86801
|
||||
subdir: app
|
||||
subdir: composeApp
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue