ci/rust: Drop date from Rust release channel selection

For stable Rust, specifying the patch version already uniquely identifies a toolchain build. Specifying the date would only be required for nightly releases.

Reviewed-by: Eric Engestrom <eric@igalia.com
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36526>
This commit is contained in:
LingMan
2025-08-01 17:42:23 +02:00
committed by Marge Bot
parent b101aecb03
commit b364732502

View File

@@ -7,8 +7,8 @@ set -ex
section_start rust "Building Rust toolchain"
# Pick a specific snapshot from rustup so the compiler doesn't drift on us.
RUST_VERSION=1.81.0-2024-09-05
# Pick a specific patch version from rustup so the compiler doesn't drift on us.
RUST_VERSION=1.81.0
# For rust in Mesa, we use rustup to install. This lets us pick an arbitrary
# version of the compiler, rather than whatever the container's Debian comes