Skip to content

Commit 92b4c76

Browse files
committed
Update rustup.sh for the moved dir of the sysroot source
1 parent 7d14e60 commit 92b4c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rustup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ case $1 in
1818

1919
./clean_all.sh
2020

21-
(cd build_sysroot && cargo update)
22-
2321
./y.rs prepare
22+
23+
(cd download/sysroot && cargo update && cargo fetch && cp Cargo.lock ../../build_sysroot/)
2424
;;
2525
"commit")
2626
git add rust-toolchain build_sysroot/Cargo.lock

0 commit comments

Comments
 (0)