mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update S.S.E. to 3.1.2 (130)
This commit is contained in:
parent
9b6dd2d821
commit
037fbea149
1 changed files with 31 additions and 2 deletions
|
|
@ -73,6 +73,35 @@ Builds:
|
|||
- gradle assembleRelease
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 3.1.2
|
||||
versionCode: 130
|
||||
commit: d7a1d7add6298e39450f10f311d78a9d3a064346
|
||||
subdir: MainApp
|
||||
sudo:
|
||||
- export CPUS_MAX=1
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
- apt-get update
|
||||
- apt-get install -y gcc libc-dev
|
||||
output: build/outputs/apk/release/MainApp-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.27.1
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.86.0 --target armv7-linux-androideabi
|
||||
aarch64-linux-android x86_64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- export BUILD_FLAVOR=FDROID
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- pushd ../CryptoLibs/jni-Blake3mt/blake3jni
|
||||
- chmod +x release.sh
|
||||
- ./release.sh arm64-v8a
|
||||
- ./release.sh armeabi-v7a
|
||||
- ./release.sh x86_64
|
||||
- popd
|
||||
- gradle assembleRelease
|
||||
ndk: r25b
|
||||
|
||||
AllowedAPKSigningKeys: b9da156a44f97e91061920ae6de934446c349502756a04528fa7bec311a9543d
|
||||
|
||||
MaintainerNotes: The app might not be reproducible in the CI as rust might embed compile
|
||||
|
|
@ -80,5 +109,5 @@ MaintainerNotes: The app might not be reproducible in the CI as rust might embed
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.0.2
|
||||
CurrentVersionCode: 118
|
||||
CurrentVersion: 3.1.2
|
||||
CurrentVersionCode: 130
|
||||
|
|
|
|||
Loading…
Reference in a new issue