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

Trust failing on a lot of platforms on Travis CI. #82

Closed
XAMPPRocky opened this issue Sep 8, 2017 · 2 comments
Closed

Trust failing on a lot of platforms on Travis CI. #82

XAMPPRocky opened this issue Sep 8, 2017 · 2 comments

Comments

@XAMPPRocky
Copy link

Suddenly tokei no longer builds on CI, it just fails with ``"rustup" "target" "list" failed with exit code: Some(1).

https://travis-ci.org/Aaronepower/tokei

@japaric
Copy link
Owner

japaric commented Sep 9, 2017

rustup target list is run on the host so maybe something is wrong with your rustup install? You could try running rustup target list before calling cross to debug the issue.

I haven't had problems with my Travis builds so far but I noticed that your builds are using a rather old version: 1.2.0 whereas my build is using version 1.5.0. That could be the problem.

jaemk added a commit to jaemk/trust that referenced this issue Sep 13, 2017
- issue japaric#82
- Some travis builds run with old rustup versions
jaemk added a commit to jaemk/trust that referenced this issue Sep 20, 2017
- issue japaric#82
- Some travis builds run with old rustup versions
@XAMPPRocky
Copy link
Author

I think this issue has been solved by the referenced PR.

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

No branches or pull requests

2 participants