mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Increase JVM memory for gradle builds (#236)
Updates to increase amount of memory available during CI builds. I think this will help with the intermittent `A failure occurred while executing "com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable` CI errors. No user facing changes
This commit is contained in:
parent
6be2662d4e
commit
e3d94ad819
3 changed files with 6 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -11,6 +11,7 @@ defaults:
|
|||
|
||||
env:
|
||||
APK_SHORT_NAME: Wholphin.apk
|
||||
GRADLE_OPTS: "-Dorg.gradle.jvmargs='-Xmx4g -XX:MaxMetaspaceSize=512m'"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
@ -36,7 +37,7 @@ jobs:
|
|||
KEY_STORE_PASSWORD: "${{ secrets.KEY_STORE_PASSWORD }}"
|
||||
SIGNING_KEY: "${{ secrets.SIGNING_KEY }}"
|
||||
run: |
|
||||
./gradlew clean assembleRelease
|
||||
./gradlew clean assembleRelease --no-daemon
|
||||
- name: Verify signatures
|
||||
run: |
|
||||
echo "Verify APK signatures"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue