]> git.lizzy.rs Git - rust.git/blobdiff - scripts/rustup.sh
Ignore broken rustc test
[rust.git] / scripts / rustup.sh
index fa7557653d879a161e77afdaddb0dc1822fc374f..bc4c06ed7d2988e6d28810d11ead10c7c8d05022 100755 (executable)
@@ -11,13 +11,13 @@ case $1 in
         sed -i "s/\"nightly-.*\"/\"nightly-${TOOLCHAIN}\"/" rust-toolchain
         rustup component add rustfmt || true
 
-        echo "=> Uninstalling all old nighlies"
+        echo "=> Uninstalling all old nightlies"
         for nightly in $(rustup toolchain list | grep nightly | grep -v "$TOOLCHAIN" | grep -v nightly-x86_64); do
             rustup toolchain uninstall "$nightly"
         done
 
         ./clean_all.sh
-        ./prepare.sh
+        ./y.rs prepare
 
         (cd build_sysroot && cargo update)