Uh oh!
There was an error while loading. Please reload this page.
Fix issues for nightly build - #34846
Conversation
analysis-bot
commented
Oct 3, 2022
Base commit: 9d08d55 |
There was a problem hiding this comment.
This is going to change soon as we're looking for a place where to store hermes tarballs also for nightlies: react-native-community/discussions-and-proposals#508
There was a problem hiding this comment.
that's super helpful where we could test nightly without building hermes from source 🎉
cortinico
commented
Oct 3, 2022
cc @kelset as you've been working on this recently |
facebook-github-bot
commented
Oct 3, 2022
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
hey @Kudo - for context, I've done changes in this area of the code in two places:
lmk if there's anything I need to modify over there to ensure everything works correctly |
Kudo
commented
Oct 3, 2022
thanks for these information @kelset. the pr is not in hurry at all, as at expo we have some postinstall workaround to fix these issues. i can wait your prs to be landed first and see if there're any necessary changes then. |
Kudo
commented
Oct 3, 2022
oh no this pr landed first, sorry @kelset 😅 let me know if there's anything i can help for your prs . |
kelset
commented
Oct 3, 2022
ahah no worries, I'll probably have a new small merge conflict to handle but everything should be fine 👍 |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
1 similar comment
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
Kudo
commented
Oct 3, 2022
thanks @kelset and everyone helps with pr reviews as always. |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
5 similar comments
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
react-native-bot
commented
Oct 3, 2022
This pull request was successfully merged by @Kudo in 93c3eff. When will my fix make it into a release? | Upcoming Releases |
Summary
There are two issues from nightly builds.
1.
VERSION_NAME=1000.0.0-mainin ReactAndroid/gradle.propertiesthe solution is to remove unused ReactAndroid/gradle.properties git revert when publishing package.
2.
pod installerror from downloading hermes, e.g. the url is unavailable.https://github.com/facebook/react-native/releases/download/v0.0.0-20221002-2027-2319f75c8/hermes-runtime-darwin-debug-v0.0.0-20221002-2027-2319f75c8.tar.gzfix hermes-engine.podspec to support nightly build and build hermes from main branch.
Changelog
[General] [Fixed] - Fix nightly build issues
Test Plan
npm publish. i can just check at this moment, the ReactAndroid/gradle.properties is right.npx react-native initproject andyarn add react-native@nightly. patchnode_modules/react-native/sdks/hermes-engine/hermes-engine.podspecand trypod install