You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes please. cargo install is over 11 minutes in Travis and I have issues using a cache (it grows to the point that workers timeout while cloning the cache).
If the project owners are interested in using azure-pipelines for this project, I've got an example for creating Windows, Mac, and Linux binaries that are compatible with gh-install.
I'd like to include this in my CI. I could use
cargo install
but then it either slows down my CI or I have to deal with caching.Ideally, I could pull in a pre-built version using install.sh
The text was updated successfully, but these errors were encountered: