about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-05-29 12:09:40 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-13 16:39:59 +0000
commit8ad9e9f861c9cbdd85c99df73a4a2d03a0d15014 (patch)
tree06ec5f9c942e3a61cebaeca6e5a2e288c78afb93 /scripts
parentd3da972441f6efd16c1b1aa5c2672cc218949bdb (diff)
downloadrust-8ad9e9f861c9cbdd85c99df73a4a2d03a0d15014.tar.gz
rust-8ad9e9f861c9cbdd85c99df73a4a2d03a0d15014.zip
Ensure everything has a lockfile
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rustup.sh4
1 files changed, 1 insertions, 3 deletions
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")