Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not run prepare_pods with js1 oss update-pods
Summary: The order of following calls is irrelevant. ``` __update_pods_and_offline_mirrors "$JS_ENGINE_JSC" __update_pods_and_offline_mirrors "$JS_ENGINE_HERMES" ``` If execute `__update_pods_and_offline_mirrors "$JS_ENGINE_HERMES"` last, then `prepare_pods "$JS_ENGINE_HERMES"` is redundant. allow-large-files Changelog: [Internal][Changed] - Cleanup offline pod mirrors updating behaviour. Reviewed By: cipolleschi Differential Revision: D41346899 fbshipit-source-id: 694713330fb94561d872883a18f97869cd30cd26
- Loading branch information