-
Notifications
You must be signed in to change notification settings - Fork 13.4k
cargo: Add system mode for installing to sysroot #1795
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
Comments
Also worth considering the difference between sysroot and the install prefix - they are not the same. For instance, I never install cargo, always running it out of the build directory, in which case the build directory is sysroot. |
tychosci
added a commit
to tychosci/rust
that referenced
this issue
Feb 20, 2012
I think this is resolved. |
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's some code for this in cargo now, but it doesn't quite do the right thing. See #1760.
The text was updated successfully, but these errors were encountered: