mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
DeltaChat - disable tainted, cleanup
This commit is contained in:
parent
e427503a00
commit
37647508db
1 changed files with 2 additions and 42 deletions
|
|
@ -1278,6 +1278,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.26.2
|
- versionName: 1.26.2
|
||||||
versionCode: 621
|
versionCode: 621
|
||||||
|
disable: https://gitlab.com/fdroid/fdroidserver/-/issues/1004
|
||||||
commit: eb1a544e93edee83e4b7b3e9d003718bad631084
|
commit: eb1a544e93edee83e4b7b3e9d003718bad631084
|
||||||
timeout: 20000
|
timeout: 20000
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
@ -1315,48 +1316,7 @@ Builds:
|
||||||
- cd ../..
|
- cd ../..
|
||||||
- ./ndk-make.sh
|
- ./ndk-make.sh
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
- versionName: 1.28.1
|
|
||||||
versionCode: 626
|
|
||||||
disable: https://github.com/deltachat/deltachat-android/pull/2303
|
|
||||||
commit: d91d8c9ea3eca65fe0220723ebdbcfcceb4412c3
|
|
||||||
timeout: 20000
|
|
||||||
submodules: true
|
|
||||||
sudo:
|
|
||||||
- apt-get update || apt-get update
|
|
||||||
- apt-get install -y openjdk-11-jdk-headless
|
|
||||||
- update-alternatives --auto java
|
|
||||||
gradle:
|
|
||||||
- fat
|
|
||||||
srclibs:
|
|
||||||
- rustup@1.21.1
|
|
||||||
prebuild: sed -i -e '/applicationIdSuffix/d' build.gradle
|
|
||||||
build:
|
|
||||||
- cd jni/deltachat-core-rust
|
|
||||||
- $$rustup$$/rustup-init.sh -y
|
|
||||||
- export PATH=$PATH:$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/
|
|
||||||
- source $HOME/.cargo/env
|
|
||||||
- rustup default $(cat rust-toolchain)
|
|
||||||
- rustup target add aarch64-linux-android
|
|
||||||
- echo "[target.aarch64-linux-android]" > $HOME/.cargo/config
|
|
||||||
- echo 'linker = "$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang"'
|
|
||||||
>> $HOME/.cargo/config
|
|
||||||
- rustup target add i686-linux-android
|
|
||||||
- echo "[target.i686-linux-android]" >> $HOME/.cargo/config
|
|
||||||
- echo 'linker = "$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android18-clang"'
|
|
||||||
>> $HOME/.cargo/config
|
|
||||||
- rustup target add armv7-linux-androideabi
|
|
||||||
- echo "[target.armv7-linux-androideabi]" >> $HOME/.cargo/config
|
|
||||||
- echo 'linker = "$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi18-clang"'
|
|
||||||
>> $HOME/.cargo/config
|
|
||||||
- rustup target add x86_64-linux-android
|
|
||||||
- echo "[target.x86_64-linux-android]" >> $HOME/.cargo/config
|
|
||||||
- echo 'linker = "$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android21-clang"'
|
|
||||||
>> $HOME/.cargo/config
|
|
||||||
- cd ../..
|
|
||||||
- ./ndk-make.sh
|
|
||||||
ndk: r20b
|
|
||||||
|
|
||||||
- versionName: 1.30.2
|
- versionName: 1.30.2
|
||||||
versionCode: 631
|
versionCode: 631
|
||||||
commit: 4664e51754079cf813e1f3b11848e3bd1f280b26
|
commit: 4664e51754079cf813e1f3b11848e3bd1f280b26
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue