chore: update ci

This commit is contained in:
2026-06-20 08:15:40 +02:00
parent ed68d237c3
commit 4f6d26c14c
2 changed files with 8 additions and 18 deletions
+4 -9
View File
@@ -86,16 +86,11 @@ 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:MaxMetaspaceSize=512m
-XX:+UseG1GC
-XX:+HeapDumpOnOutOfMemoryError
-Dorg.gradle.daemon=false
-Dorg.gradle.parallel=true
-Dorg.gradle.workers.max=3
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"
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
run: |
echo "kotlin.options.suppressWarnings=true" >> android/gradle.properties
eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
- name: Save Gradle cache (RustFS)
if: success() || failure()
+4 -9
View File
@@ -86,16 +86,11 @@ 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:MaxMetaspaceSize=512m
-XX:+UseG1GC
-XX:+HeapDumpOnOutOfMemoryError
-Dorg.gradle.daemon=false
-Dorg.gradle.parallel=true
-Dorg.gradle.workers.max=3
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"
run: eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
run: |
echo "kotlin.options.suppressWarnings=true" >> android/gradle.properties
eas build --platform android --profile ${{ steps.config.outputs.profile }} --local --non-interactive
- name: Save Gradle cache (RustFS)
if: success() || failure()