kennytm / rustup-toolchain-install-master

Install a rustc master toolchain usable from rustup
MIT License
72 stars 12 forks source link

After toolchain is installed it is not possible to install additional components #19

Open bjorn3 opened 5 years ago

bjorn3 commented 5 years ago
$ rustup-toolchain-install-master
fetching master commit hash... 
0d1732212fb5f6c6653a776a0ce46bc73ce77ebb
detecting the channel of the `0d1732212fb5f6c6653a776a0ce46bc73ce77ebb` toolchain...
downloading <https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/0d1732212fb5f6c6653a776a0ce46bc73ce77ebb/rustc-nightly-x86_64-apple-darwin.tar.xz>... completed
downloading <https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds/0d1732212fb5f6c6653a776a0ce46bc73ce77ebb/rust-std-nightly-x86_64-apple-darwin.tar.xz>... completed
toolchain `0d1732212fb5f6c6653a776a0ce46bc73ce77ebb` is successfully installed!
$ rustup-toolchain-install-master -c rust-src
fetching master commit hash... 
0d1732212fb5f6c6653a776a0ce46bc73ce77ebb
toolchain `0d1732212fb5f6c6653a776a0ce46bc73ce77ebb` is already installed
bjorn3 commented 4 years ago

Nothing changed.