rusticl: bump rust req to 1.60

We need this rustc bugfix:
6466f89fc5

Cc: mesa-stable
Signed-off-by: Karol Herbst <git@karolherbst.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23110>
This commit is contained in:
Karol Herbst
2023-05-24 17:31:12 +02:00
committed by Marge Bot
parent e285a05c2a
commit 86dd5dd853
3 changed files with 5 additions and 5 deletions

View File

@@ -11,11 +11,11 @@ set -ex
mkdir -p "$HOME"/.cargo mkdir -p "$HOME"/.cargo
ln -s /usr/local/bin "$HOME"/.cargo/bin ln -s /usr/local/bin "$HOME"/.cargo/bin
# Rusticl requires at least Rust 1.59.0 # Rusticl requires at least Rust 1.60.0
# #
# Also, oick a specific snapshot from rustup so the compiler doesn't drift on # Also, pick a specific snapshot from rustup so the compiler doesn't drift on
# us. # us.
RUST_VERSION=1.59.0-2022-02-24 RUST_VERSION=1.60.0-2022-04-07
# For rust in Mesa, we use rustup to install. This lets us pick an arbitrary # 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 # version of the compiler, rather than whatever the container's Debian comes

View File

@@ -1,6 +1,6 @@
variables: variables:
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
DEBIAN_BASE_TAG: "2023-06-05-virgl-crosvm" DEBIAN_BASE_TAG: "2023-06-07-rust-bump"
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
DEBIAN_BUILD_TAG: "2023-05-25-bookworm" DEBIAN_BUILD_TAG: "2023-05-25-bookworm"

View File

@@ -18,7 +18,7 @@ To build Rusticl you need to satisfy the following build dependencies:
The minimum versions to build Rusticl are: The minimum versions to build Rusticl are:
- Rust: 1.59 - Rust: 1.60
- Meson: 1.0.0 - Meson: 1.0.0
- Bindgen: 0.58.0 - Bindgen: 0.58.0
- LLVM: 11.0.0 (recommended: 15.0.0) - LLVM: 11.0.0 (recommended: 15.0.0)