mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
monstermusic - try 16 cores only
This commit is contained in:
parent
d7112f05be
commit
f052de23ec
1 changed files with 9 additions and 0 deletions
|
|
@ -178,6 +178,15 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk
|
||||
https://github.com/ZTFtrue/MonsterMusic/releases/download/$$VERSION$$/app-release.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-15 gradle clean assembleRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: d71ec62f1bbbeae918ef9828fdc5184462acb2f1781d0ee649577cb96872495d
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue