-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Follow up on release 0.27.3 #3769
Comments
We could make CircleCI use the latest nightly build of Yarn, rather than the current release build. This would help us more easily catch issues with Yarn itself. That's a one-line change in -echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
+echo "deb http://nightly.yarnpkg.com/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/yarn.list Or the RC instead. Having said that, that also means that a broken version of Yarn would also break the build, and the build won't be fixed until the fix is committed 😕 |
I think nightly on Circle and stable on Travis could be a good mix. |
Given CircleCI is the backbone of our release infra, it might be safer to use nightly on Travis 😛 |
True! |
As a matter of fact Circle is using yarn v0.21.3 and is green. |
Re: private packages; I've setup a private package at |
@bestander I did the second item on Travis CI instead since it was easier: #3805 |
I've filed #4186 for the last checkbox and am going to close this ticket in favor of the more granular issues. |
yarn run
breaks jest #3767. Circle CI could compile Yarn and use it to drivetest-ci
commandThe text was updated successfully, but these errors were encountered: