Merge branch 'xMAC94x/fix_scripts' into 'master'

now fix tarpaulin target cleanup, hopefully

See merge request veloren/veloren!2648
This commit is contained in:
Marcel 2021-07-19 10:14:52 +00:00
commit 9766b3e897

View File

@ -1,6 +1,6 @@
#!/bin/bash
echo "modifying files in 5s, ctrl+c to abort" && sleep 5
rm -r target/tarpaulin/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
rm -r target/debug/incremental/* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
find ./* -name "Cargo.toml" -exec sed -i 's/, "simd"]/]/g' {} \;
find ./* -name "Cargo.toml" -exec sed -i 's/"simd"]/]/g' {} \;
sed -i 's/vek /#vek /g' ./Cargo.toml;