mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
ci: Cleanup the cargo registry in the images
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7455>
This commit is contained in:
parent
6ebf8de722
commit
2cd382af73
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ cargo install --locked cargo-c --version 0.10.5+cargo-0.83.0
|
|||
rustup --version
|
||||
cargo --version
|
||||
rustc --version
|
||||
|
||||
# Cleanup the registry after install
|
||||
# so we don't have to save 200mb of the index in the ci image
|
||||
rm -rf "$CARGO_HOME/registry"
|
||||
|
|
Loading…
Reference in a new issue