Home
last modified time | relevance | path

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

/DragonOS-0.1.2/.github/workflows/
Dmakefile.yml18 … && rustup toolchain install nightly && rustup default nightly && rustup component add rust-src &&…
/DragonOS-0.1.2/tools/
Dbootstrap.sh4 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
99 read rustup
100 if echo "$rustup" | grep -iq "^y" ;then
102 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
133 rustup toolchain install nightly
134 rustup default nightly
135 rustup component add rust-src
136 rustup component add llvm-tools-preview
137 rustup target add x86_64-unknown-none
/DragonOS-0.1.2/docs/introduction/
Dbuild_system.md92 export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
94 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
112 rustup toolchain install nightly
113 rustup default nightly
114 rustup component add rust-src
115 rustup component add llvm-tools-preview
116 rustup target add x86_64-unknown-none
/DragonOS-0.1.2/user/libs/libc/src/
DMakefile41 rustup default nightly
/DragonOS-0.1.2/kernel/src/
DMakefile35 rustup default nightly