-
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
Add more info to README about compiling #2307
Conversation
Running `cargo build` should work just fine to build cargo as well as not running the python script to download rustc itself. Now that Cargo runs on stable (and a pretty old stable) most Rust installations should "Just Work" to build Cargo.
r? @brson |
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit d261ffd has been approved by |
Running `cargo build` should work just fine to build cargo as well as not running the python script to download rustc itself. Now that Cargo runs on stable (and a pretty old stable) most Rust installations should "Just Work" to build Cargo.
💔 Test failed - cargo-win-msvc-64 |
@bors: retry On Fri, Jan 22, 2016 at 4:32 PM, bors [email protected] wrote:
|
⚡ Previous build results for cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32 are reusable. Rebuilding only cargo-win-msvc-64... |
☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
Running
cargo build
should work just fine to build cargo as well as notrunning the python script to download rustc itself. Now that Cargo runs on
stable (and a pretty old stable) most Rust installations should "Just Work" to
build Cargo.