Skip to content
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

Build separate tarballs for Hermes with and without debugger #34704

Closed
wants to merge 1 commit into from

Conversation

hramos
Copy link
Contributor

@hramos hramos commented Sep 15, 2022

Summary:
Create a separate hermes-engine tarball that explicitly includes the Hermes debugger, and switch the original tarball to exclude the debugger for use in release builds.

Changelog:
[iOS][Changed] - Remove debugger from Hermes pre-builts

Differential Revision: D39326467

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Sep 15, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Sep 15, 2022
hramos added a commit to hramos/react-native that referenced this pull request Sep 16, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create a separate hermes-engine tarball that explicitly includes the Hermes debugger, and switch the original tarball to exclude the debugger for use in release builds.

Changelog:
[iOS][Changed] - Remove debugger from Hermes pre-builts

Differential Revision: D39326467

fbshipit-source-id: acf3503e55a9c0feb221cb2160a4391c6d502acd
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 16, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create a separate hermes-engine tarball that explicitly includes the Hermes debugger, and switch the original tarball to exclude the debugger for use in release builds.

Changelog:
[iOS][Changed] - Remove debugger from Hermes pre-builts

Differential Revision: D39326467

fbshipit-source-id: b9d6a190f73eae7e2d8451853886a753e274c297
@analysis-bot
Copy link

analysis-bot commented Sep 16, 2022

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,694,713 +0
android hermes armeabi-v7a 7,098,120 +0
android hermes x86 7,997,323 +0
android hermes x86_64 7,969,796 +0
android jsc arm64-v8a 9,565,094 +0
android jsc armeabi-v7a 8,332,078 +0
android jsc x86 9,505,525 +0
android jsc x86_64 10,097,156 +0

Base commit: c5217f1
Branch: main

@analysis-bot
Copy link

analysis-bot commented Sep 16, 2022

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: c5217f1
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 16, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create a separate hermes-engine tarball that explicitly includes the Hermes debugger, and switch the original tarball to exclude the debugger for use in release builds.

Changelog:
[iOS][Changed] - Remove debugger from Hermes pre-builts

Differential Revision: D39326467

fbshipit-source-id: e3269aa1b9acb7e5162f9a627d82563aa5765fac
hramos added a commit to hramos/react-native that referenced this pull request Sep 17, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: e892992c894a42ff7a085d1cf1ce9c61372e9703
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 17, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: ce472b4889bf42ec6c370ad45c0af58a435ff08d
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 19, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: 00d5b2ace2fba5872dd3c4ac7ee2ca2a40c16d34
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 19, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: 3729c0a6a7fe927b1ff90e7783c4746a3013aa3e
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 19, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: de8f93744a4c4fe3daa70d15ccf3a6e3cb9e4523
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 19, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: 4a76f5ab712b7d3cfd930d08965744b9a6069358
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

hramos added a commit to hramos/react-native that referenced this pull request Sep 20, 2022
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Differential Revision: D39326467

fbshipit-source-id: c634fcd6a69f722b92eda66ac6a3fc77d2bbeb61
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Reviewed By: cipolleschi

Differential Revision: D39326467

fbshipit-source-id: 533080f4cb97d5b9d1630087a07a5744648b9a26
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D39326467

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @hramos in ce4aa93.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Sep 22, 2022
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
…k#34704)

Summary:
Pull Request resolved: facebook#34704

Create separate hermes-engine tarballs for release and debug builds, and only include the debugger in debug builds.
Changes the hermes-engine podspec to use a debug Hermes build by default in order to preserve the inclusion of the debugger.

Upcoming changes should split the hermes-engine Pod to allow Xcode to use release and debug builds as needed.

Changelog:
[iOS][Changed] - Use debug Hermes builds by default

Reviewed By: cipolleschi

Differential Revision: D39326467

fbshipit-source-id: 94c5fe7db80194d22fced6717c5efc7accd36d48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner Platform: iOS iOS applications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants