about summary refs log tree commit diff
path: root/build_sysroot/build_sysroot.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-05-18 11:35:23 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-05-25 12:41:33 +0200
commitbcd357a0ae1fab1efabf9bed7435cf19e615948f (patch)
tree806d01a324b8b0cf3b329c767648b7cae02c59a4 /build_sysroot/build_sysroot.sh
parent2e5282f9293b174cad733a14d7a9769ec9f89016 (diff)
downloadrust-bcd357a0ae1fab1efabf9bed7435cf19e615948f.tar.gz
rust-bcd357a0ae1fab1efabf9bed7435cf19e615948f.zip
Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
Diffstat (limited to 'build_sysroot/build_sysroot.sh')
-rwxr-xr-xbuild_sysroot/build_sysroot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh
index ff122e21e4f..65ccf605ea9 100755
--- a/build_sysroot/build_sysroot.sh
+++ b/build_sysroot/build_sysroot.sh
@@ -12,7 +12,6 @@ popd >/dev/null
 # Cleanup for previous run
 #     v Clean target dir except for build scripts and incremental cache
 rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} || true
-rm Cargo.lock test_target/Cargo.lock 2>/dev/null || true
 rm -r sysroot/ 2>/dev/null || true
 
 # Build libs