Skip to content

Commit de67147

Browse files
committed
Increase Play release build heap
- Limit Gradle workers during signed release bundle builds - Increase release build heap so D8 can merge dex archives on GitHub runners ?? Auto-generated
1 parent bdeaf73 commit de67147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/play-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
8181
GOOGLE_WEB_CLIENT_ID: ${{ secrets.GOOGLE_WEB_CLIENT_ID }}
8282
AI_MODEL_URL: ${{ secrets.AI_MODEL_URL }}
83-
run: ./gradlew bundleRelease --no-daemon
83+
run: ./gradlew bundleRelease --no-daemon --max-workers=2 -Dorg.gradle.jvmargs="-Xmx5g -Dfile.encoding=UTF-8"
8484

8585
# Single upload that targets one or more Play tracks. The tracks are
8686
# computed by Validate release channel so beta/alpha/rc builds cannot

0 commit comments

Comments
 (0)