-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Use pre-built hermesc if available #33827
Conversation
This pull request was exported from Phabricator. Differential Revision: D36024615 |
Base commit: d7921f0 |
This pull request was exported from Phabricator. Differential Revision: D36024615 |
Summary: Pull Request resolved: facebook#33827 Use pre-built hermesc if available by generating a ImportHermesc.cmake file that points to the hermesc binary. Hermes build scripts have been updated to support a `HERMES_OVERRIDE_HERMESC_PATH` envvar which can point to this generated ImportHermesc.cmake file. Changelog: [iOS] [Changed] - Use pre-built HermesC if available in current React Native release Differential Revision: D36024615 fbshipit-source-id: e0ccae0737b989df267f6041e33550e9eb00bc59
Summary: Pull Request resolved: facebook#33827 Use pre-built hermesc if available by generating a ImportHermesc.cmake file that points to the hermesc binary. Hermes build scripts have been updated to support a `HERMES_OVERRIDE_HERMESC_PATH` envvar which can point to this generated ImportHermesc.cmake file. Changelog: [iOS] [Changed] - Use pre-built HermesC if available in current React Native release Differential Revision: D36024615 fbshipit-source-id: d5be72106ab8cf80d54276b3ae8899a7c769d787
This pull request was exported from Phabricator. Differential Revision: D36024615 |
Base commit: d7921f0 |
This pull request was successfully merged by @hramos in 644fe43. When will my fix make it into a release? | Upcoming Releases |
Summary: Use pre-built hermesc if available by generating a ImportHermesc.cmake file that points to the hermesc binary. Recent `react-native` releases should have hermesc available in sdks/hermesc. Hermes build scripts have been updated to support a `HERMES_OVERRIDE_HERMESC_PATH` envvar which can point to this generated ImportHermesc.cmake file. Pull Request resolved: #33827 Changelog: [iOS] [Changed] - Use pre-built HermesC if available in current React Native release Reviewed By: cortinico Differential Revision: D36024615 fbshipit-source-id: 476569f73309f9bd142f28cb02d1f7d57b6cbc6a
Summary:
Use pre-built hermesc if available by generating a ImportHermesc.cmake file that points to the hermesc binary.
Hermes build scripts have been updated to support a
HERMES_OVERRIDE_HERMESC_PATH
envvar which can point to this generated ImportHermesc.cmake file.Changelog:
[iOS] [Changed] - Use pre-built HermesC if available in current React Native release
Differential Revision: D36024615