ci: Make deletion of cargo vendored sources less verbose

This is very fast under MSYS2 now, so we do not need it to be done
verbosely. There's a LOT of files in there.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5043>
This commit is contained in:
Nirbheek Chauhan 2023-07-13 05:43:02 +05:30 committed by GStreamer Marge Bot
parent c686896438
commit 51cc04eafe

View file

@ -23,7 +23,8 @@ echo 'vs_install_version = "vs17"' >> localconf.cbc
# Wipe visualstudio package dist, sources, logs, and the build tools recipes
./cerbero-uninstalled -t -v visualstudio -c localconf.cbc -c config/win64.cbc wipe --force --build-tools
# Vendored sources get confused with hard links
rm -rvf /c/cerbero/cerbero-sources/*/cargo-vendor
# Vendored sources get confused with hard links. This is not needed anyway,
# because cargo stores sources in ~/.cargo/registry/ for offline use.
rm -rf /c/cerbero/cerbero-sources/*/cargo-vendor
# clean the localconf
rm -v /c/cerbero/localconf.cbc