ci: Update to cargo-c 0.10.15
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9503>
This commit is contained in:
parent
78c2140db7
commit
57df39fb4c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user