ci: Update to Rust 1.89

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9503>
This commit is contained in:
Sebastian Dröge 2025-08-07 15:18:27 +03:00 committed by GStreamer Marge Bot
parent 6a9da23bbf
commit 78c2140db7
4 changed files with 6 additions and 6 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-07-16.0-fluster-kernel'
FEDORA_TAG: '2025-08-10.0-fluster-kernel'
DEBIAN_TAG: '2025-07-01.0'
DEBIAN_TAG: '2025-08-10.0'
CHECKS_TAG: '2025-05-24.0'
ABI_CHECK_TAG: '2025-08-05.0'
WINDOWS_TAG: '2025-07-03.0'
WINDOWS_TAG: '2025-08-10.0'

View File

@ -34,7 +34,7 @@ python3 -m pip install gitlint
# Install Rust
RUSTUP_VERSION=1.28.1
RUST_VERSION=1.88.0
RUST_VERSION=1.89.0
RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init

View File

@ -1,6 +1,6 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
$rust_version = '1.88.0'
$rust_version = '1.89.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.88.0
RUST_VERSION=1.89.0
RUST_ARCH="x86_64-unknown-linux-gnu"
RUSTUP_URL=https://static.rust-lang.org/rustup/archive/$RUSTUP_VERSION/$RUST_ARCH/rustup-init