mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
deepr try 4 cores
This commit is contained in:
parent
5e4b59b268
commit
486c754718
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ Builds:
|
|||
prebuild:
|
||||
- sed -i -e '/freePlaystoreImplementation/d' build.gradle.kts
|
||||
- sed -i -e '/googleServices/d' -e '/firebaseCrashlytics/d' ../build.gradle.kts
|
||||
build: taskset --cpu-list 0-7 gradle assembleFreeRelease
|
||||
build: taskset --cpu-list 0-3 gradle assembleFreeRelease
|
||||
|
||||
AllowedAPKSigningKeys: fea819bc3affd62731572044462abe340f6e288e4c2cad3c4f4d8b6cdfd8c04a
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue