[test][do-not-merge] Validate hermes-compiler@latest-v1 in CI#57507
Draft
cipolleschi wants to merge 1 commit into
Draft
[test][do-not-merge] Validate hermes-compiler@latest-v1 in CI#57507cipolleschi wants to merge 1 commit into
cipolleschi wants to merge 1 commit into
Conversation
Temporary no-op change to force a fresh Hermes download in the ios-core prebuild so we can exercise the newly published hermes-compiler@latest-v1 end-to-end in CI. Do not merge.
8d99b84 to
2fdced4
Compare
anurakpoolsiri2-a11y
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Temporary do-not-merge change to run the
Test Allworkflow against the newly publishedhermes-compiler@latest-v1.The change is a 3-line no-op comment in
packages/react-native/scripts/ios-prebuild/hermes.js, chosen deliberately: that file is part of thev3-ios-core-*GitHub Actions cache key, so editing it invalidates the cache and forces the ios-core prebuild to do a fresh Hermes download resolved fromhermes-compiler@latest-v1. Without busting the cache, a cache hit could silently reuse a slice built against the old Hermes.Notes
hermes-compiler@latest-v1; engine tarball pulled from Maven Centralcom.facebook.hermes:hermes-iosfor that same version.com.facebook.hermes:hermes-androidsnapshot (separate channel, not npm).hermes-ios,hermes-android) to be published for the same version.Test Plan
Observe the
Test AllCI run on this PR resolves and uses the new Hermes version end-to-end.