mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 22:46:50 +00:00
util: make dogfood executable and give it a shebang
This commit is contained in:
parent
b1920cb21c
commit
c64e373c9e
1
util/dogfood.sh
Normal file → Executable file
1
util/dogfood.sh
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
rm -rf target*/*so
|
||||
cargo build --lib && cp -R target target_recur && cargo rustc -- -Zextra-plugins=clippy -Ltarget_recur/debug -Dclippy || exit 1
|
||||
rm -rf target_recur
|
||||
|
Loading…
Reference in New Issue
Block a user