chore: build
Frontend Web - Build & Lint / build (push) Has been cancelled
Frontend Client - EAS Build / build (push) Has been cancelled
Frontend Admin - EAS Build / build (push) Has been cancelled

This commit is contained in:
2026-06-20 15:45:11 +02:00
parent 1d0e396776
commit 9ec83e3987
3 changed files with 5 additions and 20 deletions
@@ -35,7 +35,7 @@ jobs:
- name: Install EAS CLI & tooling
run: |
npm install -g eas-cli
pip install -r scripts/requirements.txt --quiet
pip install -r scripts/requirements.txt awscli --quiet
- name: Install dependencies
working-directory: frontend-admin
@@ -86,14 +86,7 @@ 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:MaxMetaspaceSize=512m -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
@@ -35,7 +35,7 @@ jobs:
- name: Install EAS CLI & tooling
run: |
npm install -g eas-cli
pip install -r scripts/requirements.txt --quiet
pip install -r scripts/requirements.txt awscli --quiet
- name: Install dependencies
working-directory: mobile
@@ -86,14 +86,7 @@ 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:MaxMetaspaceSize=512m -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
+1 -2
View File
@@ -5,12 +5,11 @@ on:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker-pre-prod/frontend/**"
pull_request:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker-pre-prod/frontend/**"
jobs:
build: