mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Green to 3.8.0 (22000380)
This commit is contained in:
parent
751fa16df6
commit
1d55254b5d
1 changed files with 33 additions and 2 deletions
|
|
@ -2395,6 +2395,37 @@ Builds:
|
||||||
./prepare_gdk_clang.sh
|
./prepare_gdk_clang.sh
|
||||||
ndk: r19c
|
ndk: r19c
|
||||||
|
|
||||||
|
- versionName: 3.8.0
|
||||||
|
versionCode: 22000380
|
||||||
|
commit: bde3bbdd506304181752533a72eb08b0d400345d
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
Watch prepare_gdk_clang.sh for changes on new builds.
|
Watch prepare_gdk_clang.sh for changes on new builds.
|
||||||
|
|
||||||
|
|
@ -2407,5 +2438,5 @@ MaintainerNotes: |-
|
||||||
AutoUpdateMode: Version release_%v
|
AutoUpdateMode: Version release_%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation: 22000000 + %c
|
VercodeOperation: 22000000 + %c
|
||||||
CurrentVersion: 3.7.9
|
CurrentVersion: 3.8.0
|
||||||
CurrentVersionCode: 22000379
|
CurrentVersionCode: 22000380
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue