mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-19 13:45:32 +00:00
ci: Update to cargo-c 0.10.8
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1624>
This commit is contained in:
parent
a83e0f31b2
commit
36a1942087
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: "2025-01-09.0"
|
||||
GST_RS_IMG_WINDOWS_TAG: "2025-01-09.0"
|
||||
GST_RS_IMG_TAG: "2025-01-11.0"
|
||||
GST_RS_IMG_WINDOWS_TAG: "2025-01-11.0"
|
||||
GST_RS_STABLE: "1.84.0"
|
||||
GST_RS_MSRV: "1.80.1"
|
||||
# The branch we use to build GStreamer from in the docker images
|
||||
|
|
|
@ -45,7 +45,7 @@ fi
|
|||
if [ "$RUST_VERSION" = "1.80.1" ]; then
|
||||
cargo install --locked cargo-c --version 0.10.5+cargo-0.83
|
||||
else
|
||||
cargo install --locked cargo-c --version 0.10.7+cargo-0.84
|
||||
cargo install --locked cargo-c --version 0.10.8+cargo-0.85
|
||||
fi
|
||||
|
||||
if [ "$RUST_VERSION" = "nightly" ]; then
|
||||
|
|
|
@ -9,7 +9,7 @@ cargo --version
|
|||
if ("$env:RUST_VERSION" -eq "1.80.1") {
|
||||
cargo install --locked cargo-c --version 0.10.5+cargo-0.93
|
||||
} else {
|
||||
cargo install --locked cargo-c --version 0.10.7+cargo-0.84
|
||||
cargo install --locked cargo-c --version 0.10.8+cargo-0.85
|
||||
}
|
||||
|
||||
if (!$?) {
|
||||
|
|
Loading…
Reference in a new issue