-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[Circle CI] Fix buck failures on master #17295
Conversation
We did not update the cache key when buck was downgraded to 09, and this prevents us from testing with the 11 version
@facebook-github-bot label Needs more information @facebook-github-bot label Needs more information @facebook-github-bot label Needs more information Generated by 🚫 dangerJS |
No need to use branch in cache keys when checksum is used, ensures cache hits in PRs, forks when checksummed files have not changed
We were previously omitting BUCK defs from the cache key, which could result in new deps not being pulled. Also, separate out buck fetches so it is clear which step is being performed in Circle UI
Upon further inspection, this cache is not contributing much. Fix flow issues
This has been recently added to Node 8.x. Since it makes our tests to fail, I decided to do a workaround that works for all the versions. Submitted by @grabbou.
@facebook-github-bot label Needs more information @facebook-github-bot label Needs more information @facebook-github-bot label Needs more information Generated by 🚫 dangerJS |
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.
@hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Not 100% there yet but landing to clear out some already-resolved errors on master. |
Summary: WIP. Closes facebook#17295 Differential Revision: D6628523 Pulled By: hramos fbshipit-source-id: ac2833e99de9e94340b8027469cc74a5b7379962
Summary: WIP. Closes facebook/react-native#17295 Differential Revision: D6628523 Pulled By: hramos fbshipit-source-id: ac2833e99de9e94340b8027469cc74a5b7379962
WIP.