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

[go] fix hermes debugging not enabled on release builds #26577

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

Kudo
Copy link
Contributor

@Kudo Kudo commented Jan 22, 2024

Why

fixed #26044
close ENG-11034

How

we need to enable hermes debugging feature even on expo-go release build. previously we did this when generating versioned hermes. since we now use unversioned variant to serve sdk 50, we should change our way to enable the hermes debugging feature.

this pr with expo/react-native#33 are to enable the HERMES_ENABLE_DEBUGGER for all variants
note that: this pr would also increase ios build time because we now building hermes from source.

Test Plan

test js inspector on android/ios versioned expo-go (release builds) + sdk 50 project

Checklist

Copy link

linear bot commented Jan 22, 2024

@expo-bot expo-bot added the bot: passed checks ExpoBot has nothing to complain about label Jan 22, 2024
@Kudo Kudo marked this pull request as ready for review January 22, 2024 04:54
@Kudo Kudo merged commit 9f9fb89 into sdk-50 Jan 22, 2024
3 checks passed
@Kudo Kudo deleted the @kudo/hermes-enable-debugger branch January 22, 2024 15:13
Kudo added a commit that referenced this pull request Jan 22, 2024
fixed #26044
close ENG-11034

we need to enable hermes debugging feature even on expo-go release
build. previously we did this when generating versioned hermes. since we
now use unversioned variant to serve sdk 50, we should change our way to
enable the hermes debugging feature.

this pr with expo/react-native#33 are to enable
the `HERMES_ENABLE_DEBUGGER` for all variants
note that: this pr would also increase ios build time because we now
building hermes from source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants