-
Notifications
You must be signed in to change notification settings - Fork 24.7k
feat: build visionos hermes binary on the CI #44691
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
09f7147
to
fadd7fe
Compare
fadd7fe
to
cf057c4
Compare
cf057c4
to
609b136
Compare
Base commit: e0a2e86 |
Hi @okwasniewski, thanks for the PR. It looks good on CircleCI, but we are migrating the jobs from CCI to GHA. 😅 Would you mind porting your changes there as well? 🙏 |
4b25984
to
930affa
Compare
Hey @cipolleschi, sure no problem! I'll work on porting the changes to GH |
930affa
to
96f59b5
Compare
test: bump versions
96f59b5
to
29d24da
Compare
mkdir -p "destroot/bin" | ||
for platform in "${PLATFORMS[@]}"; do | ||
mkdir -p "destroot/Library/Frameworks/$platform" | ||
cp -R "./build_$platform/API/hermes/hermes.framework"* "destroot/Library/Frameworks/$platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the cleanup!
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in 924fb3d. |
This pull request was successfully merged by @okwasniewski in 924fb3d. When will my fix make it into a release? | How to file a pick request? |
Summary: As discussed with cipolleschi offline, this PR adds visionOS to the prebuilt Hermes binary for the CI. [IOS] [ADDED] - Prebuilt version of Hermes for visionOS Pull Request resolved: facebook#44691 Test Plan: Check if CI builds xcframework for visionOS. Reviewed By: cortinico Differential Revision: D58189271 Pulled By: cipolleschi fbshipit-source-id: dc76746b2c1e22670bef4c21411a598e43dad577
Summary: As discussed with cipolleschi offline, this PR adds visionOS to the prebuilt Hermes binary for the CI. [IOS] [ADDED] - Prebuilt version of Hermes for visionOS Pull Request resolved: #44691 Test Plan: Check if CI builds xcframework for visionOS. Reviewed By: cortinico Differential Revision: D58189271 Pulled By: cipolleschi fbshipit-source-id: dc76746b2c1e22670bef4c21411a598e43dad577
Summary:
As discussed with @cipolleschi offline, this PR adds visionOS to the prebuilt Hermes binary for the CI.
Changelog:
[IOS] [ADDED] - Prebuilt version of Hermes for visionOS
Test Plan:
Check if CI builds xcframework for visionOS.