From f5b84eca4663cdc258230d253b8299fcfb459d6e Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Sun, 30 Oct 2022 14:55:31 -0400 Subject: [PATCH] Attempt to keep Gradle build daemon alive on Github Actions --- .github/workflows/release-automation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index fe113a260..1306ede1d 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -22,6 +22,10 @@ jobs: run: ./automation/iceraven/install-sdk.sh - name: Build forkRelease variant of app uses: eskatos/gradle-command-action@v1 + env: + # Try to stop the daemon from magically vanishing. + # See + GRADLE_OPTS: -Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g" with: wrapper-cache-enabled: true dependencies-cache-enabled: true