ci: Update to cargo-c 0.10.15

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9503>
This commit is contained in:
Sebastian Dröge 2025-08-10 22:10:05 +03:00 committed by GStreamer Marge Bot
parent 78c2140db7
commit 57df39fb4c
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ chmod +x rustup-init;
rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install cargo-c --version 0.10.14+cargo-0.89.0 --locked
cargo install cargo-c --version 0.10.15+cargo-0.90.0 --locked
rustup --version
cargo --version

View File

@ -23,7 +23,7 @@ rm /tmp/rustup-init;
sudo mkdir -p $RUSTUP_HOME $CARGO_HOME
sudo chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install --locked cargo-c --version 0.10.14+cargo-0.89.0
cargo install --locked cargo-c --version 0.10.15+cargo-0.90.0
# We don't need them in the build image and they occupy
# 600mb of html files (athough they compress extremely well)
rustup component remove rust-docs