ci: Uprev crosvm
Recent commit in linux kernel 6.6 rc3 broke booting in crosvm. Latest crosvm contains a fix for this issue. So bump the crosvm version to latest. https://issuetracker.google.com/issues/303128596 https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4906858 Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25582>
This commit is contained in:
@@ -6,7 +6,7 @@ set -ex
|
||||
git config --global user.email "mesa@example.com"
|
||||
git config --global user.name "Mesa CI"
|
||||
|
||||
CROSVM_VERSION=d0cbf0b23eb4bd2355b011184025c7c5d8749376
|
||||
CROSVM_VERSION=e3815e62d675ef436956a992e0ed58b7309c759d
|
||||
git clone --single-branch -b main --no-checkout https://chromium.googlesource.com/crosvm/crosvm /platform/crosvm
|
||||
pushd /platform/crosvm
|
||||
git checkout "$CROSVM_VERSION"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
variables:
|
||||
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
||||
DEBIAN_BASE_TAG: "2023-09-25-virglrenderer"
|
||||
DEBIAN_BASE_TAG: "2023-10-06-crosvm"
|
||||
|
||||
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
||||
DEBIAN_BUILD_TAG: "2023-09-30-shader-db"
|
||||
|
Reference in New Issue
Block a user