Skip to content
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

Closed
gnzlbg opened this issue Feb 7, 2018 · 4 comments
Closed

cargo install dinghy takes too long #39

gnzlbg opened this issue Feb 7, 2018 · 4 comments

Comments

@gnzlbg
Copy link

gnzlbg commented Feb 7, 2018

I don't know if something can be done about this (if dinghy must depend on cargo then probably not), but it currently takes ~7 minutes to cargo install dinghy in travis-ci. One can use Travis cache: cargo as a workaround, but there must be a better way.

@kali
Copy link
Collaborator

kali commented Mar 13, 2018

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.

@gnzlbg
Copy link
Author

gnzlbg commented Mar 13, 2018

What exactly do you need from cargo? cargo metadata might provide some of it, but not all of it unfortunately :/

@kali
Copy link
Collaborator

kali commented Mar 13, 2018

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."

@fredszaq
Copy link
Collaborator

fredszaq commented Jul 6, 2022

#157 was merged and fixes this

@fredszaq fredszaq closed this as completed Jul 6, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants