ci: Update to Rust 1.84 and cargo-c 0.10.8

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8285>
This commit is contained in:
Sebastian Dröge 2025-01-11 17:36:46 +02:00
parent 6d30b82054
commit c513340c89
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ variables:
# If you are hacking on them or need a them to rebuild, its enough # If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want. # to change any part of the string of the image you want.
### ###
FEDORA_TAG: '2024-11-29.0' FEDORA_TAG: '2025-01-11.0'
DEBIAN_TAG: '2024-11-29.0' DEBIAN_TAG: '2025-01-11.0'
INDENT_TAG: '2024-05-28.0' INDENT_TAG: '2024-05-28.0'
@ -15,4 +15,4 @@ variables:
ABI_CHECK_TAG: '2025-01-08.1' ABI_CHECK_TAG: '2025-01-08.1'
WINDOWS_TAG: '2024-11-29.0' WINDOWS_TAG: '2025-01-11.0'

View File

@ -4,7 +4,7 @@ set -eux
# Install Rust # Install Rust
RUSTUP_VERSION=1.27.1 RUSTUP_VERSION=1.27.1
RUST_VERSION=1.83.0 RUST_VERSION=1.84.0
RUST_ARCH="x86_64-unknown-linux-gnu" RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
@ -19,7 +19,7 @@ chmod +x rustup-init;
rm rustup-init; rm rustup-init;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install --locked cargo-c --version 0.10.7+cargo-0.84.0 cargo install --locked cargo-c --version 0.10.8+cargo-0.85.0
rustup --version rustup --version
cargo --version cargo --version