ci: Update to Rust 1.88 and cargo-c 0.10.14

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9310>
This commit is contained in:
Sebastian Dröge 2025-06-30 09:40:56 +03:00 committed by GStreamer Marge Bot
parent b6b6bf9370
commit da2da7711d
4 changed files with 8 additions and 8 deletions

View File

@ -5,12 +5,12 @@ variables:
# 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.
###
FEDORA_TAG: '2025-05-30.0'
FEDORA_TAG: '2025-06-30.0'
DEBIAN_TAG: '2025-05-30.0'
DEBIAN_TAG: '2025-06-30.0'
CHECKS_TAG: '2025-02-04.0'
ABI_CHECK_TAG: '2025-06-26.0'
WINDOWS_TAG: '2025-05-30.0'
WINDOWS_TAG: '2025-06-30.0'

View File

@ -34,7 +34,7 @@ python3 -m pip install gitlint
# Install Rust
RUSTUP_VERSION=1.28.1
RUST_VERSION=1.87.0
RUST_VERSION=1.88.0
RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
@ -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.13+cargo-0.88.0 --locked
cargo install cargo-c --version 0.10.14+cargo-0.89.0 --locked
rustup --version
cargo --version

View File

@ -1,6 +1,6 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
$rust_version = '1.87.0'
$rust_version = '1.88.0'
$rustup_url = 'https://win.rustup.rs/x86_64'
Invoke-WebRequest -Uri $rustup_url -OutFile C:\rustup-init.exe

View File

@ -4,7 +4,7 @@ set -eux
# Install Rust
RUSTUP_VERSION=1.28.1
RUST_VERSION=1.87.0
RUST_VERSION=1.88.0
RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init
@ -21,7 +21,7 @@ rm rustup-init;
# be accessible to all users
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install --locked cargo-c --version 0.10.13+cargo-0.88.0
cargo install --locked cargo-c --version 0.10.14+cargo-0.89.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