-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cargo install dinghy takes too long #39
Comments
We may be able to sever the hard coupling with cargo, but it's a bit of a refactoring, so we need to make sure it can actually be done before commiting to it. If some bits are missing, we may need to submit patches to cargo too. |
What exactly do you need from cargo? |
That's the point really. We need an inventory of what we need, and find out which bits, if any, are missing. I think I remember that last time I looked at this, there was one bit of info that was tough to obtain (I don't remember what), so I decided... "Later." |
#157 was merged and fixes this |
I don't know if something can be done about this (if
dinghy
must depend oncargo
then probably not), but it currently takes ~7 minutes tocargo install dinghy
in travis-ci. One can use Traviscache: cargo
as a workaround, but there must be a better way.The text was updated successfully, but these errors were encountered: