]> Git Repo - linux.git/commit
drm/ci: uprev mesa version: fix container build & crosvm
authorHelen Koike <[email protected]>
Tue, 24 Oct 2023 00:45:16 +0000 (21:45 -0300)
committerMaxime Ripard <[email protected]>
Thu, 26 Oct 2023 13:24:20 +0000 (15:24 +0200)
commit1887de00867d7a700babefc9647ccb9e0d11ee56
tree2f8a0e4bd61f5d7e788a947aef9b0d00df1b7471
parentb829e932eeef272c1d898cc316ce9abcc041b4c1
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: Helen Koike <[email protected]>
[crosvm mesa update]
Co-Developed-by: Vignesh Raman <[email protected]>
Signed-off-by: Vignesh Raman <[email protected]>
[v1 container build uprev]
Tested-by: Jessica Zhang <[email protected]>
Acked-by: Jessica Zhang <[email protected]>
Reviewed-by: David Heidelberg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Maxime Ripard <[email protected]>
drivers/gpu/drm/ci/build.yml
drivers/gpu/drm/ci/gitlab-ci.yml
drivers/gpu/drm/ci/image-tags.yml
drivers/gpu/drm/ci/lava-submit.sh
This page took 0.095508 seconds and 4 git commands to generate.