Searched refs:rustup (Results 1 – 6 of 6) sorted by relevance
41 ~/.rustup48 …rustup toolchain install nightly && rustup default nightly && rustup component add rust-src && rus…
14 ENV RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup26 RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y && \27 # You have to add the rustup variables to the $PATH 36 rustup toolchain install nightly && \37 rustup default nightly && \38 rustup component add rust-src && \39 rustup component add llvm-tools-preview && \40 rustup target add x86_64-unknown-none"
5 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup105 read rustup106 if echo "$rustup" | grep -iq "^y" ;then108 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly139 rustup toolchain install nightly140 rustup default nightly141 rustup component add rust-src142 rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu143 rustup component add llvm-tools-preview144 rustup target add x86_64-unknown-none
132 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup134 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly152 rustup toolchain install nightly153 rustup default nightly154 rustup component add rust-src155 rustup component add llvm-tools-preview156 rustup target add x86_64-unknown-none
38 rustup default nightly
35 rustup default nightly