forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Optimize Android shell apps (expo#7888)
# Why - Let's keep secrets secret! - Makes Turtle deploy faster and use less memory and storage # How - Removed the `decrypt_secrets…` from `shell_app_android` job, - Removed the `yarn install` from `tools-public` (Turtle doesn't use anything JS-y from within `tools-public`, the only thing it uses is the `check-…macros.sh` script). - Removed the `android/versioned-abis` directory as it used a couple of MBs and we are sure we would never use it in standalone apps. - Annotated the whole `buildAndroidTarballLocally.sh` script for future reference. # Test Plan The shell app build process has been tested on an `sdk-37`-based branch in expo#7889 ([job](https://app.circleci.com/jobs/github/expo/expo/143387)). Pushed the shell app built as a part of expo/turtle#209 to staging and it built as expected.
- Loading branch information
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters