mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
greenaddress - disable failing
This commit is contained in:
parent
cc86bc5024
commit
554ea14f0c
1 changed files with 10 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ Description: |-
|
||||||
With Blockstream Green, you get all three.
|
With Blockstream Green, you get all three.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/blockstream/green_android
|
Repo: https://github.com/blockstream/green_android.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '1.33'
|
- versionName: '1.33'
|
||||||
|
|
@ -2280,18 +2280,24 @@ Builds:
|
||||||
|
|
||||||
- versionName: 4.0.7
|
- versionName: 4.0.7
|
||||||
versionCode: 22000407
|
versionCode: 22000407
|
||||||
|
disable: https://github.com/Blockstream/green_android/issues/173
|
||||||
commit: 6cac335369df2905c6a15e1370ac67f22ba4f3ff
|
commit: 6cac335369df2905c6a15e1370ac67f22ba4f3ff
|
||||||
timeout: 25200
|
timeout: 25200
|
||||||
subdir: green
|
subdir: green
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y make clang jq libffi-dev virtualenv swig autoconf automake
|
- apt-get install -y automake clang cmake jq libffi-dev libtool make pkg-config
|
||||||
libtool cmake pkg-config
|
swig virtualenv
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- production
|
- production
|
||||||
srclibs:
|
srclibs:
|
||||||
- rustup@1.25.2
|
- rustup@1.25.2
|
||||||
prebuild: sed -i -e '/signingConfigs/,/^ }/d' build.gradle
|
prebuild:
|
||||||
|
- sed -i -e '/mvn.breez/d' ../build.gradle.kts
|
||||||
|
- sed -i -e '/signingConfigs {/,+8d' -e '/signingConfigs.getByName/,+3d' -e
|
||||||
|
'/versionNameSuffix/d' build.gradle.kts
|
||||||
build:
|
build:
|
||||||
- $$rustup$$/rustup-init.sh -y
|
- $$rustup$$/rustup-init.sh -y
|
||||||
- source $HOME/.cargo/env
|
- source $HOME/.cargo/env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue