ci: Upref virglrenderer

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27106>
This commit is contained in:
Gert Wollny
2024-01-23 10:18:51 +01:00
committed by Marge Bot
parent b9fea5ea6b
commit 5ccc40cbd5
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ pushd /platform/crosvm
git checkout "$CROSVM_VERSION"
git submodule update --init
VIRGLRENDERER_VERSION=747c6ae5b194ca551a79958a9a86c42bddcc4553
VIRGLRENDERER_VERSION=66049f6b101438fa9984269893e8def26a3b9b60
rm -rf third_party/virglrenderer
git clone --single-branch -b main --no-checkout https://gitlab.freedesktop.org/virgl/virglrenderer.git third_party/virglrenderer
pushd third_party/virglrenderer

View File

@@ -7,7 +7,7 @@
variables:
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
DEBIAN_BASE_TAG: "2024-01-23-teflon-3"
DEBIAN_BASE_TAG: "2024-01-28-virglrenderer"
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
DEBIAN_BUILD_TAG: "2024-01-04-find"
@@ -25,7 +25,7 @@ variables:
ALPINE_X86_64_BUILD_TAG: "2023-01-07-libdrm2_4_119"
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
FEDORA_X86_64_BUILD_TAG: "2024-01-23-teflon-3"
KERNEL_ROOTFS_TAG: "2024-01-24-split"
KERNEL_ROOTFS_TAG: "2024-01-28-virglrenderer"
KERNEL_TAG: "v6.6.13-mesa-9916"
KERNEL_REPO: "gfx-ci/linux"
PKG_REPO_REV: "3cc12a2a"