eas-build
eas-build copied to clipboard
# Why [ENG-9500](https://linear.app/expo/issue/ENG-9500/caching-for-custom-builds) User should be able to save and restore files in their custom builds as steps. This is part 1 of this feature. It provides two new custom...
# Why Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. # How How did you build this feature or fix...
# Why Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. # How How did you build this feature or fix...
# Why https://exponent-internal.slack.com/archives/C9PRD479V/p1720666192196259 # How `eas-build.gradle` from the "regular" build process had two responsibilities — setting versions and setting signing config. However, it was only being set up if credentials...
# Why integrate with https://github.com/expo/repack-app/pull/8 # How How did you build this feature or fix this bug and why? # Test Plan Please describe how you tested this change and...
# Why Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. # How How did you build this feature or fix...
# Why All of the GitHub actions used were out of date. This produced warnings during builds, and may eventually fail. Example: https://github.com/expo/eas-build/actions/runs/10742071508 ``` The following actions uses node12 which...
# Why My company had a custom `app.config.js` file which helped construct the environment variables based on the profile being used. As a debugging measure, `console.log` was introduced in this...
# Why We want to allow sharding Maestro tests. For this, we need to have started multiple devices to run tests on. # How Added optional `count` parameter to `start_ios_simulator`...
# Why When testing an android app with maestro, the bash script that's generated relies the globstar option. This is only available on bash 4 or higher but mac os...