mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
qbitcontroller - retry with 6 cores
This commit is contained in:
parent
5448b2b4e2
commit
45c679840d
1 changed files with 8 additions and 0 deletions
|
|
@ -209,6 +209,14 @@ Builds:
|
|||
prebuild:
|
||||
- sed -i -e '/gms/d' -e '/firebase/d' ../build.gradle.kts
|
||||
- sed -i '/foojay-resolver-convention/d' ../settings.gradle.kts
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/Bartuzen/qBitController/releases/download/v$$VERSION$$/qbitcontroller-$$VERSION$$-android.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset --cpu-list
|
||||
0-5 gradle clean assembleFreeRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: 366038e51ee41078a23a37fd9212238ebad03f1de073e81c738bb6f07b114339
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue