From 8ad9e9f861c9cbdd85c99df73a4a2d03a0d15014 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 29 May 2023 12:09:40 +0000 Subject: Ensure everything has a lockfile --- scripts/rustup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/rustup.sh b/scripts/rustup.sh index 6b446aafb7b..e62788f2e50 100755 --- a/scripts/rustup.sh +++ b/scripts/rustup.sh @@ -33,11 +33,9 @@ case $1 in ./clean_all.sh ./y.sh prepare - - (cd download/sysroot && cargo update && cargo fetch && cp Cargo.lock ../../build_sysroot/) ;; "commit") - git add rust-toolchain build_sysroot/Cargo.lock + git add rust-toolchain git commit -m "Rustup to $(rustc -V)" ;; "push") -- cgit 1.4.1-3-g733a5