mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Green to 3.8.4 (22000384)
This commit is contained in:
parent
39fe9161bc
commit
b52e8a3a40
1 changed files with 35 additions and 2 deletions
|
|
@ -2459,6 +2459,39 @@ Builds:
|
||||||
./prepare_gdk_clang.sh
|
./prepare_gdk_clang.sh
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
|
- versionName: 3.8.4
|
||||||
|
versionCode: 22000384
|
||||||
|
commit: 1d09c652dd66c55fe46a17ce39c68d8d304d733b
|
||||||
|
timeout: 25200
|
||||||
|
subdir: green
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y build-essential clang jq libffi-dev virtualenv openjdk-11-jdk
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- pushd build/srclib/cpython
|
||||||
|
- ./configure
|
||||||
|
- make -j`nproc`
|
||||||
|
- make altinstall
|
||||||
|
- popd
|
||||||
|
gradle:
|
||||||
|
- production
|
||||||
|
srclibs:
|
||||||
|
- cpython@v3.9.6
|
||||||
|
- rustup@1.24.3
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's/-p python3/-p python3.9/' ../crypto/prepare_gdk_clang.sh
|
||||||
|
- sed -i -e '/signingConfigs/,/^ }/d' build.gradle
|
||||||
|
build:
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
- source $HOME/.cargo/env
|
||||||
|
- rustup install 1.56.0
|
||||||
|
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||||
|
i686-linux-android
|
||||||
|
- cd ../crypto
|
||||||
|
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
|
||||||
|
./prepare_gdk_clang.sh
|
||||||
|
ndk: r23b
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
Watch prepare_gdk_clang.sh for changes on new builds.
|
Watch prepare_gdk_clang.sh for changes on new builds.
|
||||||
|
|
||||||
|
|
@ -2471,5 +2504,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version release_%v
|
AutoUpdateMode: Version release_%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation: 22000000 + %c
|
VercodeOperation: 22000000 + %c
|
||||||
CurrentVersion: 3.8.3
|
CurrentVersion: 3.8.4
|
||||||
CurrentVersionCode: 22000383
|
CurrentVersionCode: 22000384
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue