mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
b101aecb03
commit
b364732502
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue