chore: update ci

This commit is contained in:
2026-06-20 08:26:33 +02:00
parent f791801956
commit b0071780fc
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -86,9 +86,10 @@ jobs:
EXPO_PUBLIC_UPDATE_URL: ${{ secrets.XAVIA_API_URL }}
EAS_BUILD_NO_EXPO_GO_WARNING: true
NODE_OPTIONS: "--max-old-space-size=2048"
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
JAVA_TOOL_OPTIONS: "-Xmx3g"
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx3g -Xms512m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2"
JAVA_TOOL_OPTIONS: "-Xmx3g -Xms512m"
run: |
mkdir -p android
echo "kotlin.options.suppressWarnings=true" >> android/gradle.properties
eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive