mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Green to 3.8.2 (22000382)
This commit is contained in:
parent
f2d4ca0848
commit
ad0fc83bfc
1 changed files with 33 additions and 2 deletions
|
|
@ -2426,6 +2426,37 @@ Builds:
|
|||
./prepare_gdk_clang.sh
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 3.8.2
|
||||
versionCode: 22000382
|
||||
commit: 2f7a778af047332d1b41f99715b91c97c375c943
|
||||
timeout: 25200
|
||||
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
|
||||
output: green/build/outputs/apk/production/release/*.apk
|
||||
srclibs:
|
||||
- cpython@v3.9.6
|
||||
- rustup@1.24.3
|
||||
prebuild: sed -i -e 's/-p python3/-p python3.9/' crypto/prepare_gdk_clang.sh
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.49.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: r19c
|
||||
|
||||
MaintainerNotes: |-
|
||||
Watch prepare_gdk_clang.sh for changes on new builds.
|
||||
|
||||
|
|
@ -2438,5 +2469,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version release_%v
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation: 22000000 + %c
|
||||
CurrentVersion: 3.8.0
|
||||
CurrentVersionCode: 22000380
|
||||
CurrentVersion: 3.8.2
|
||||
CurrentVersionCode: 22000382
|
||||
|
|
|
|||
Loading…
Reference in a new issue