Home
last modified time | relevance | path

Searched refs:rustup (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/.github/workflows/
Dmakefile.yml41 ~/.rustup
48rustup toolchain install nightly && rustup default nightly && rustup component add rust-src && rus…
/DragonOS-0.1.8/tools/
DDockerfile14 ENV RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
26 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"
Dbootstrap.sh5 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
105 read rustup
106 if echo "$rustup" | grep -iq "^y" ;then
108 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
139 rustup toolchain install nightly
140 rustup default nightly
141 rustup component add rust-src
142 rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
143 rustup component add llvm-tools-preview
144 rustup target add x86_64-unknown-none
/DragonOS-0.1.8/docs/introduction/
Dbuild_system.md132 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
134 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
152 rustup toolchain install nightly
153 rustup default nightly
154 rustup component add rust-src
155 rustup component add llvm-tools-preview
156 rustup target add x86_64-unknown-none
/DragonOS-0.1.8/user/libs/libc/src/
DMakefile38 rustup default nightly
/DragonOS-0.1.8/kernel/src/
DMakefile35 rustup default nightly