Skip to content
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

[LOCAL] fix: use REACT_NATIVE_CI instead of CI envvar #35605

Merged
merged 8 commits into from
Dec 12, 2022

Conversation

dmytrorykun
Copy link
Contributor

@dmytrorykun dmytrorykun commented Dec 9, 2022

Summary

Use REACT_NATIVE_CI instead of CI environment variable to trigger building Hermes from source on CircleCI. CI envvar is defined in many other CIs, which may lead to undesirable behavior: #35547

Changelog

[INTERNAL] [CHANGED] - Use REACT_NATIVE_CI instead of CI environment variable to trigger building Hermes from source on CircleCI.

Test Plan

pod install and CI=true pod install both consume Hermes prebuilt if available.
REACT_NATIVE_CI=true pod install builds Hermes from tag specified in .hermesversion.
CircleCI.

@facebook-github-bot facebook-github-bot added 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 labels Dec 9, 2022
Copy link
Contributor

@cipolleschi cipolleschi left a comment

.circleci/config.yml Outdated Show resolved Hide resolved
@dmytrorykun dmytrorykun changed the title [LOCAL] fix: use META_CI instead of CI envvar [LOCAL] fix: use REACT_NATIVE_CI instead of CI envvar Dec 9, 2022
Copy link
Contributor

@cipolleschi cipolleschi left a comment

Choose a reason for hiding this comment

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

Sorry, I haven't seen this change earlier.

packages/rn-tester/Podfile Outdated Show resolved Hide resolved
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants