-
Notifications
You must be signed in to change notification settings - Fork 386
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
Support cross install #1595
Comments
Please see the discussion in #1215 Closing this as a dupe! |
Sorry, I may have been a bit to hasty in resolving this issue. This might be a slightly different ask. You want this install to persist into the cross container? Then technically the work behind #716 would solve a minor painpoint, but we already support this. There's no reason to use |
Okay I didn't find that issue, because despite searching (with quotes) "cargo install", it was buried on page 3 for me. So apologies on that. But basically, tools like |
if you want |
for now though, you should be able to do
|
Checklist
Describe your request
I would like to use tools like cargo-bloat with cross, but when I attempt to
cross install
, I see:So I assume this is not supported.
I have no idea what kind of lift it would be, but it would be helpful, because I don't know of any alternatives at the moment.
Describe why this would be a good inclusion for
cross
Being able to use other
cargo
packages withincross
feels like a natural extension of the current functionality.The text was updated successfully, but these errors were encountered: