-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
no way to install cargo when built with cargo #2564
Comments
There's a |
This would be perfect, but there seems to be a problem, when I do a gmake install I get:
|
Oh the |
Yes this works fine, thank you. However, there are no tags for rust-installer and therefore no github tarballs of it, which is also a problem for packaging, because you cannot download things during a build. Could you please make a tag for rust-installer? |
cc @brson |
Ok, closing in favor of rust-lang/rust-installer#45 |
If you build cargo with
cargo build --release
, then there is no mechanism to install it on the system.Running
./configure && make install
is not really an option because that tries to download a snapshot, and there may not be a snapshot and/or downloading it may be undesirable in a package build situation.The text was updated successfully, but these errors were encountered: