-
Notifications
You must be signed in to change notification settings - Fork 40
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
Refine CI, use travis windows #32
Conversation
Signed-off-by: Ana Hobden <[email protected]>
Note that the entire build now takes 16 minutes. The Windows machine on Travis takes 10 minutes to run (compared with 1 minute on AppVeyor) because Travis uses rustup and we've got the bug rust-lang/rustup#1540. |
I noticed this as well. :( |
I know @nrc was working on the upstream rustup bug at one point. Maybe this is something one of us should go fix. It's been one of the biggest rustup issues and it's not all that hard to fix somehow. |
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.
LGTM
I even have a PR, just needs some tests and some fixups. I guess this is motivation to get the damn thing finished |
Aren't 9 CI checks too much for such a simple crate? |
Signed-off-by: Ana Hobden <[email protected]>
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.
LGTM, please fix the conflicts.
.travis.yml
Outdated
|
||
script: | ||
<<<<<<< HEAD |
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.
What's this?
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.
A bad merge! Sorry :(
Adopts using the Travis CI windows boxes for CI. Adopts a nearly identical CI to tikv/raft-rs#190.
AAppveyor failure is expected and shouldn't prevent merge. We can turn off appveyor after.