mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Use a large EAS worker for production Android store builds so native ABI compilation cannot OOM-kill Hermes.
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 14.0.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development",
|
|
"env": {
|
|
"APP_VARIANT": "development"
|
|
},
|
|
"android": {
|
|
"gradleCommand": ":app:assembleDebug"
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "production",
|
|
"env": {
|
|
"APP_VARIANT": "production"
|
|
},
|
|
"android": {
|
|
"resourceClass": "large"
|
|
}
|
|
},
|
|
"production-apk": {
|
|
"extends": "production",
|
|
"distribution": "internal",
|
|
"android": {
|
|
"resourceClass": "large",
|
|
"buildType": "apk",
|
|
"gradleCommand": ":app:assembleRelease -x lint -x lintVitalAnalyzeRelease -x lintVitalRelease -x generateReleaseLintModel -x generateReleaseLintVitalModel"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"ascAppId": "6758887924"
|
|
},
|
|
"android": {
|
|
"track": "production",
|
|
"releaseStatus": "completed"
|
|
}
|
|
}
|
|
}
|
|
}
|