Skip to content
Unverified Commit 1887de00 authored by Helen Koike's avatar Helen Koike Committed by Maxime Ripard
Browse files

drm/ci: uprev mesa version: fix container build & crosvm



When building containers, some rust packages were installed without
locking the dependencies version, which got updated and started giving
errors like:

error: failed to compile `bindgen-cli v0.62.0`, intermediate artifacts can be found at `/tmp/cargo-installkNKRwf`
Caused by:
  package `rustix v0.38.13` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.60.0

A patch to Mesa was added fixing this error, so update it.

Also, commit in linux kernel 6.6 rc3 broke booting in crosvm.
Mesa has upreved crosvm to fix this issue.

Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
[crosvm mesa update]
Co-Developed-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
[v1 container build uprev]
Tested-by: default avatarJessica Zhang <quic_jesszhan@quicinc.com>
Acked-by: default avatarJessica Zhang <quic_jesszhan@quicinc.com>
Reviewed-by: default avatarDavid Heidelberg <david.heidelberg@collabora.com>
Link: https://lore.kernel.org/r/20231024004525.169002-2-helen.koike@collabora.com


Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent b829e932
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment