mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update OpenTracks (Reproducible build) to v4.23.2 (6407)
This commit is contained in:
parent
531be0c607
commit
13c91c54ee
1 changed files with 17 additions and 2 deletions
|
|
@ -246,9 +246,24 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.23.2
|
||||
versionCode: 6407
|
||||
commit: 3db0a5337701ca825fa8da94782cf90b983eabf9
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- reproducible
|
||||
|
||||
AllowedAPKSigningKeys: 872c784563773b3d769ec34ceac4e38f1a2f15ef8ed44a61214c6d9d11c88a9b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v4.23.1
|
||||
CurrentVersionCode: 6353
|
||||
CurrentVersion: v4.23.2
|
||||
CurrentVersionCode: 6407
|
||||
|
|
|
|||
Loading…
Reference in a new issue