Skip to content

[LOCAL][CI] Fix Helloworld ios jobs#45158

Merged
cipolleschi merged 1 commit into0.75-stablefrom
cipolleschi/fix-helloworld-ios-on-075
Jun 26, 2024
Merged

[LOCAL][CI] Fix Helloworld ios jobs#45158
cipolleschi merged 1 commit into0.75-stablefrom
cipolleschi/fix-helloworld-ios-on-075

Conversation

@cipolleschi
Copy link
Copy Markdown
Contributor

@cipolleschi cipolleschi commented Jun 25, 2024

Summary:

We changed the way we restore the Hermes binary, restoring it from artifacts rather than from cache.
This might have altered a little where the binary is stored and we need to update the path properly

Changelog:

[Internal] - Fix Helloworld ios jobs

Test Plan:

GHA are green

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 25, 2024
@cipolleschi cipolleschi changed the base branch from main to 0.75-stable June 25, 2024 13:03
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-helloworld-ios-on-075 branch 2 times, most recently from eae5b99 to 7a8ff08 Compare June 25, 2024 13:26
@cipolleschi
Copy link
Copy Markdown
Contributor Author

Need to update the cache key for build_hermes_macos in restore to v2-hermes-artifacts-${{ matrix.flavor }}-${{ needs.prepare_hermes_workspace.outputs.hermes-version }}-${{ needs.prepare_hermes_workspace.outputs.react-native-version }}

@cipolleschi cipolleschi force-pushed the cipolleschi/fix-helloworld-ios-on-075 branch from 7a8ff08 to 5e640f6 Compare June 25, 2024 14:03
Comment thread .github/workflows/test-all.yml Outdated
uses: actions/cache/restore@v4.0.0
with:
key: v2-hermes-osx-bin-${{ matrix.flavor }}-${{ needs.prepare_hermes_workspace.outputs.hermes-version }}-${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
key: v2-hermes-artifacts-${{ matrix.flavor }}-${{ needs.prepare_hermes_workspace.outputs.hermes-version }}-${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a fix to optimize the build. I was using the wrong prefix in the previous PR.

@cipolleschi cipolleschi force-pushed the cipolleschi/fix-helloworld-ios-on-075 branch 6 times, most recently from 1677a5c to 703e987 Compare June 25, 2024 16:45
@analysis-bot
Copy link
Copy Markdown

analysis-bot commented Jun 25, 2024

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 20,443,803 +144,093
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 23,642,467 +145,560
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: d3e0430
Branch: main

@cipolleschi cipolleschi marked this pull request as ready for review June 26, 2024 08:40
@cipolleschi cipolleschi force-pushed the cipolleschi/fix-helloworld-ios-on-075 branch 2 times, most recently from c3c26d8 to 49d395b Compare June 26, 2024 08:43
@cortinico cortinico deleted the cipolleschi/fix-helloworld-ios-on-075 branch November 4, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner Pick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants