-
Notifications
You must be signed in to change notification settings - Fork 710
Move React Native Hermes build to static_h #1749
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
Conversation
@coado has updated the pull request. You must reimport the pull request before landing. |
1 similar comment
@coado has updated the pull request. You must reimport the pull request before landing. |
@coado has updated the pull request. You must reimport the pull request before landing. |
2 similar comments
@coado has updated the pull request. You must reimport the pull request before landing. |
@coado has updated the pull request. You must reimport the pull request before landing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary: This diff moves new builds from main to static_h branch and adjusts/fixes failing jobs which includes: - Fix tvOS and visionOS apple slices build by including missing `stdio.h` in `Logging.cpp`. - Fix Android build by linking `compileJS` with `hermesHBCBackend`. The windows build job is failing because Static Hermes does not currently support builds with MSVC. Pull Request resolved: #1749 Test Plan: Signals Reviewed By: cortinico Differential Revision: D79996969 Pulled By: coado fbshipit-source-id: 4a6c0e7cef77e6bed48e97779aa86c83de9aa1da
@coado has updated the pull request. You must reimport the pull request before landing. |
Summary: This diff moves new builds from main to static_h branch and adjusts/fixes failing jobs which includes: - Fix tvOS and visionOS apple slices build by including missing `stdio.h` in `Logging.cpp`. - Fix Android build by linking `compileJS` with `hermesHBCBackend`. The windows build job is failing because Static Hermes does not currently support builds with MSVC. Pull Request resolved: facebook#1749 Test Plan: Signals Reviewed By: cortinico Differential Revision: D79996969 Pulled By: coado fbshipit-source-id: 4a6c0e7cef77e6bed48e97779aa86c83de9aa1da
Summary
Work in progress. Preparing build workflows on Static Hermes.
Test Plan