ci: Update to Rust 1.89
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9503>
This commit is contained in:
parent
6a9da23bbf
commit
78c2140db7
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user