mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
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:
parent
c686896438
commit
51cc04eafe
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue