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

Refine CI, use travis windows #32

Merged
merged 6 commits into from
Jun 17, 2019
Merged

Refine CI, use travis windows #32

merged 6 commits into from
Jun 17, 2019

Conversation

Hoverbear
Copy link
Contributor

@Hoverbear Hoverbear commented Feb 25, 2019

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.

@Hoverbear Hoverbear self-assigned this Feb 25, 2019
@kennytm
Copy link
Contributor

kennytm commented Feb 26, 2019

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.

@Hoverbear
Copy link
Contributor Author

I noticed this as well. :(

@brson
Copy link
Collaborator

brson commented Mar 4, 2019

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.

@brson brson self-requested a review March 4, 2019 05:29
brson
brson previously approved these changes Mar 4, 2019
Copy link
Collaborator

@brson brson left a comment

Choose a reason for hiding this comment

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

LGTM

@nrc
Copy link

nrc commented Mar 4, 2019

I know @nrc was working on the upstream rustup bug at one point

I even have a PR, just needs some tests and some fixups. I guess this is motivation to get the damn thing finished

@BusyJay
Copy link
Member

BusyJay commented Jun 6, 2019

Aren't 9 CI checks too much for such a simple crate?

Signed-off-by: Ana Hobden <[email protected]>
Copy link
Member

@BusyJay BusyJay left a 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
Copy link
Member

Choose a reason for hiding this comment

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

What's this?

Copy link
Contributor Author

@Hoverbear Hoverbear Jun 14, 2019

Choose a reason for hiding this comment

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

A bad merge! Sorry :(

@BusyJay BusyJay merged commit f923db9 into master Jun 17, 2019
@BusyJay BusyJay deleted the use-travis-windows branch June 17, 2019 05:36
@Hoverbear Hoverbear mentioned this pull request Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants