-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
"cargo install --target-dir" does not work #8263
Comments
@alexcrichton mentioned in #4725 (comment) that you would prefer not to add the flag at that time. I wonder if your mind has changed on that? I don't see any particular downsides to adding it, and it would provide consistency with all the other build commands. |
I believe that comment was more in reference to "let's not add a single flag for just |
Would like to work on this! |
Great! Let us know if you have any questions. |
Hello Im considering working on this issue, where exactly would this new flag be added I'm thinking it would be in the same file as 3fbd5ae or would there be a more suitable place ? |
@AlvinKuruvilla I think @bl2e mentioned they were working on this. @bl2e are you still working on it? Some brief instructions:
|
Yes still working on it. |
Enable "--target-dir" in "cargo install" Issue #8263
Should be closed as of #8391? |
Yes, thanks! |
cargo install
clearly needs a target dir, and honors theCARGO_TARGET_DIR
env var. But for some reason it does not accept the--target-dir
flag, unlike the other commands.Would be nice to make this consistent. :)
The text was updated successfully, but these errors were encountered: