@@ -24,7 +24,7 @@ OPTIONS:
24
24
-i, --host <host> the triples of host platform
25
25
-n, --name <name> the name to call the toolchain
26
26
-p, --proxy <proxy> the HTTP proxy for all download requests
27
- -s, --server <server> the server path which stores the compilers [default: https://rust-lang-ci2.s3-us-west-1.amazonaws.com ]
27
+ -s, --server <server> the server path which stores the compilers [default: https://ci-artifacts. rust-lang.org ]
28
28
-t, --targets <targets>... additional target platforms to install rust-std for, besides the host platform
29
29
30
30
ARGS:
@@ -47,32 +47,32 @@ Usage
47
47
Download a normal toolchain:
48
48
49
49
``` console
50
- $ rustup-toolchain-install-master 10a52c25cad963986cace7a22c167363afca0d74
51
- detecting the channel of the `10a52c25cad963986cace7a22c167363afca0d74 ` toolchain...
52
- downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com /rustc-builds/10a52c25cad963986cace7a22c167363afca0d74 /rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
53
- 56.96 MB / 56.96 MB [=======================================] 100.00 % 10.20 MB/s
54
- downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com /rustc-builds/10a52c25cad963986cace7a22c167363afca0d74 /rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz>...
55
- 17.97 MB / 17.97 MB [=======================================] 100.00 % 9.95 MB/s
56
- toolchain `10a52c25cad963986cace7a22c167363afca0d74 ` is successfully installed!
50
+ $ rustup-toolchain-install-master 4fb54ed484e2239a3e9eff3be17df00d2a162be3
51
+ detecting the channel of the `4fb54ed484e2239a3e9eff3be17df00d2a162be3 ` toolchain...
52
+ downloading <https://ci-artifacts. rust-lang.org /rustc-builds/4fb54ed484e2239a3e9eff3be17df00d2a162be3 /rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
53
+ 47.39 MB / 47.39 MB [=======================================] 100.00 % 10.20 MB/s
54
+ downloading <https://ci-artifacts. rust-lang.org /rustc-builds/4fb54ed484e2239a3e9eff3be17df00d2a162be3 /rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz>...
55
+ 15.91 MB / 15.91 MB [=======================================] 100.00 % 9.95 MB/s
56
+ toolchain `4fb54ed484e2239a3e9eff3be17df00d2a162be3 ` is successfully installed!
57
57
```
58
58
59
59
Use it:
60
60
61
61
``` console
62
- $ rustc +10a52c25cad963986cace7a22c167363afca0d74 -vV
63
- rustc 1.40 .0-nightly (10a52c25c 2019-10-24 )
62
+ $ rustc +4fb54ed484e2239a3e9eff3be17df00d2a162be3 -vV
63
+ rustc 1.46 .0-nightly (4fb54ed48 2020-06-14 )
64
64
binary: rustc
65
- commit-hash: 10a52c25cad963986cace7a22c167363afca0d74
66
- commit-date: 2019-10-24
65
+ commit-hash: 4fb54ed484e2239a3e9eff3be17df00d2a162be3
66
+ commit-date: 2020-06-14
67
67
host: x86_64-unknown-linux-gnu
68
- release: 1.40 .0-nightly
69
- LLVM version: 9 .0
68
+ release: 1.46 .0-nightly
69
+ LLVM version: 10 .0
70
70
```
71
71
72
72
Remove it using ` rustup ` :
73
73
74
74
``` console
75
- $ rustup uninstall 10a52c25cad963986cace7a22c167363afca0d74
76
- info: uninstalling toolchain '10a52c25cad963986cace7a22c167363afca0d74 '
77
- info: toolchain '10a52c25cad963986cace7a22c167363afca0d74 ' uninstalled
75
+ $ rustup uninstall 4fb54ed484e2239a3e9eff3be17df00d2a162be3
76
+ info: uninstalling toolchain '4fb54ed484e2239a3e9eff3be17df00d2a162be3 '
77
+ info: toolchain '4fb54ed484e2239a3e9eff3be17df00d2a162be3 ' uninstalled
78
78
```
0 commit comments