about summary refs log tree commit diff
path: root/scripts/rustup.sh
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-15 19:37:23 +0200
committerGitHub <noreply@github.com>2023-06-15 19:37:23 +0200
commitf2895f314342814ff4ee87b73cf4b3eefcf13868 (patch)
tree5bc67aff79b182c57f006bdbe45e132e87f1ff2e /scripts/rustup.sh
parent45781e107c37524386478b02082700f09bd10d78 (diff)
parente9bd63af3cfc192f0f998debbf5ab3e597781cec (diff)
Merge pull request #1357 from bjorn3/build_system_rework6
Support testing of cg_clif in rust's CI
Diffstat (limited to 'scripts/rustup.sh')
-rwxr-xr-xscripts/rustup.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/rustup.sh b/scripts/rustup.sh
index 3cbeb6375de..e62788f2e50 100755
--- a/scripts/rustup.sh
+++ b/scripts/rustup.sh
@@ -32,12 +32,10 @@ case $1 in
 
         ./clean_all.sh
 
-        ./y.rs prepare
-
-        (cd download/sysroot && cargo update && cargo fetch && cp Cargo.lock ../../build_sysroot/)
+        ./y.sh prepare
         ;;
     "commit")
-        git add rust-toolchain build_sysroot/Cargo.lock
+        git add rust-toolchain
         git commit -m "Rustup to $(rustc -V)"
         ;;
     "push")