-
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
Use the right logic to decide when we build Hermes from source #35469
Conversation
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: c4959b9 |
|
fc5c8e1
to
9fa35ba
Compare
PR updated. The
Is required to avoid to build from source even when the tarball is passed. I had a merge conflict which has been resolved wrongly, applying the wrong Thanks for spotting this! |
8ae8c60
to
e6d154b
Compare
e6d154b
to
ee51c07
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: c4959b9 |
This pull request was successfully merged by @cipolleschi in 67d0264. When will my fix make it into a release? | Upcoming Releases |
…ook#35469) Summary: This PR backports the changes in 0.71 to apply the same logic to decide when we have to build Hermes from source in both the `hermes-engine.podspec` and in the `react_native_pods.rb` script. ## Changelog [iOS] [Fixed] - Use the right logic to decide when we have to build from source Pull Request resolved: facebook#35469 Test Plan: Working on RC2 Reviewed By: cortinico Differential Revision: D41529539 Pulled By: cipolleschi fbshipit-source-id: 879522c2187df28f40f6bc699057e9ecfb7e25fb
Summary
This PR backports the changes in 0.71 to apply the same logic to decide when we have to build Hermes from source in both the
hermes-engine.podspec
and in the
react_native_pods.rb
script.Changelog
[iOS] [Fixed] - Use the right logic to decide when we have to build from source
Test Plan
Working on RC2