ci: docker: use cargo install --locked for cargo-c installation
authorTim-Philipp Müller <tim@centricular.com>
Wed, 27 Nov 2024 19:39:53 +0000 (19:39 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 28 Nov 2024 08:45:09 +0000 (08:45 +0000)
commit28f73756be4ac50d4d33165686d8e9d39e222163
tree38f7fb416ef1edb0ae792f3966ff7b5d05ecf006
parent4bbfd2667400c58c554161a54828a2db5de723d0
ci: docker: use cargo install --locked for cargo-c installation

Backported from commit 2263caff

Should fix the following error on image regeneration:

  package `cargo-util v0.2.15` cannot be built because it requires rustc 1.80
  or newer, while the currently active rustc version is 1.76.0

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7989>
ci/docker/fedora/install-rust.sh