ci: Update to Rust 1.86 and cargo-c 0.10.12

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8783>
This commit is contained in:
Sebastian Dröge 2025-04-05 19:50:12 +03:00
parent d9bbfc27fd
commit 883ff6caaa
4 changed files with 10 additions and 10 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-03-13.0'
FEDORA_TAG: '2025-04-05.0'
DEBIAN_TAG: '2025-02-23.0'
DEBIAN_TAG: '2025-04-05.0'
CHECKS_TAG: '2025-02-04.0'
ABI_CHECK_TAG: '2025-04-03.0'
WINDOWS_TAG: '2025-02-23.0'
WINDOWS_TAG: '2025-04-05.0'

View File

@ -33,8 +33,8 @@ python3 -m pip install pre-commit==3.6.0
python3 -m pip install gitlint
# Install Rust
RUSTUP_VERSION=1.27.1
RUST_VERSION=1.85.0
RUSTUP_VERSION=1.28.1
RUST_VERSION=1.86.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.11+cargo-0.86.0 --locked
cargo install cargo-c --version 0.10.12+cargo-0.87.0 --locked
rustup --version
cargo --version

View File

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

View File

@ -3,8 +3,8 @@
set -eux
# Install Rust
RUSTUP_VERSION=1.27.1
RUST_VERSION=1.85.0
RUSTUP_VERSION=1.28.1
RUST_VERSION=1.86.0
RUST_ARCH="x86_64-unknown-linux-gnu"
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;
chmod -R a+w $RUSTUP_HOME $CARGO_HOME
cargo install --locked cargo-c --version 0.10.11+cargo-0.86.0
cargo install --locked cargo-c --version 0.10.12+cargo-0.87.0
rustup --version
cargo --version