mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
![bjorn3](/assets/img/avatar_default.png)
It is currently broken. (see https://github.com/japaric/xargo/issues/227) This makes it easier to for example patch whole crates away.
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rm -rf target/ build_sysroot/{sysroot/,sysroot_src/,target/,Cargo.lock} perf.data{,.old}
|