mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update OpenTracks (Reproducible build) to v4.23.0 (6338)
This commit is contained in:
parent
8abf20d026
commit
3b0ef4c5c0
1 changed files with 17 additions and 2 deletions
|
|
@ -216,9 +216,24 @@ Builds:
|
|||
gradle:
|
||||
- reproducible
|
||||
|
||||
- versionName: v4.23.0
|
||||
versionCode: 6338
|
||||
commit: 57c0750980d2b5c90b0b4fc4d257cafe8e42f50e
|
||||
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.22.2
|
||||
CurrentVersionCode: 6294
|
||||
CurrentVersion: v4.23.0
|
||||
CurrentVersionCode: 6338
|
||||
|
|
|
|||
Loading…
Reference in a new issue