forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 147
[0.78] Build failure when Hermes is enabled #2499
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
Labels
Comments
tido64
added a commit
that referenced
this issue
May 20, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
Not closed as we haven't back ported and released a new 0.78 patch version with the fix yet. |
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
This was referenced May 21, 2025
tido64
added a commit
to microsoft/react-native-test-app
that referenced
this issue
May 21, 2025
tido64
added a commit
to microsoft/react-native-test-app
that referenced
this issue
May 21, 2025
5 tasks
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
that referenced
this issue
May 21, 2025
## Summary: `findLastestVersionWithArtifact` fails to find older versions of Hermes prebuilds because the Maven endpoint it uses does not return all versions. Resolves #2499 ## Test Plan: `pod install` output from RNTA with RN 0.78.2 and RNM 0.78.3 
tido64
added a commit
to microsoft/react-native-test-app
that referenced
this issue
May 21, 2025
tido64
added a commit
to microsoft/react-native-test-app
that referenced
this issue
May 21, 2025
tido64
added a commit
to microsoft/react-native-test-app
that referenced
this issue
May 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Environment
Steps to reproduce the bug
pod install
Fetching podspec for `hermes-engine` from …
that it outputs[Hermes] Using the latest commit from main.
instead of[Hermes] Using release tarball from URL: …
Expected Behavior
During
pod install
, prebuilt Hermes artifacts should be usedActual Behavior
During
pod install
, Hermes is set to build from sourceReproducible Demo
https://github.com/microsoft/react-native-test-app/actions/runs/15133204265/job/42540038311
Additional context
It looks like the function for determining latest version is failing because only the four (?) latest versions are returned from Maven:
The text was updated successfully, but these errors were encountered: