You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2019. It is now read-only.
rust-lang/rust#44287 (comment)
Recommended I use cargo run --bin install-sysroot -- --commit 3c27d9e8363646c0da43e8adc7cd5cd4c84aa9d1 to install the artifact form a try run, without rebuilding rust.
So I:
cloned this repo
opend cmd
cargo run --bin install-sysroot -- --commit 3c27d9e8363646c0da43e8adc7cd5cd4c84aa9d1
And I get:
That failure looks like you need make on your system to be able to build bisect-rust, which is due to a dependency on libflate2 I'd imagine. Could you check if adding make resolves the issue? (Note that bisect-rust has never been tested on non-x86_64-unknown-linux-gnu systems to my knowledge, so other things may not work).
rust-lang/rust#44287 (comment)
Recommended I use
cargo run --bin install-sysroot -- --commit 3c27d9e8363646c0da43e8adc7cd5cd4c84aa9d1
to install the artifact form a try run, without rebuilding rust.So I:
cargo run --bin install-sysroot -- --commit 3c27d9e8363646c0da43e8adc7cd5cd4c84aa9d1
And I get:
@Mark-Simulacrum made it clear that if it did not work I should make an issue, so here it is. :-)
The text was updated successfully, but these errors were encountered: