ci: Uprev virglrenderer to latest version on time

This includes version 1.1.1

Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34377>
This commit is contained in:
Corentin Noël
2025-04-04 10:37:10 +02:00
committed by Marge Bot
parent ea6e69e9d3
commit ab2c8e8fa6
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ pushd /platform/crosvm
git checkout "$CROSVM_VERSION"
git submodule update --init
VIRGLRENDERER_VERSION=4a6af3135ca727dc158ec003dae7ca8571a7efb6
VIRGLRENDERER_VERSION=7570167549358ce77b8d4774041b4a77c72a021c
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

@@ -19,14 +19,14 @@ include:
- .gitlab-ci/conditional-build-image-tags.yml
variables:
DEBIAN_BASE_TAG: "20250321-s3cp-fix5"
DEBIAN_BASE_TAG: "20250408-virgl"
DEBIAN_BUILD_TAG: "20250324-android"
DEBIAN_TEST_ANDROID_TAG: "20250407-angle-38"
DEBIAN_TEST_GL_TAG: "20250407-piglit-eb"
DEBIAN_TEST_VK_TAG: "20250407-piglit-eb"
KERNEL_ROOTFS_TAG: "20250407-piglit-eb"
DEBIAN_TEST_GL_TAG: "20250408-virgl"
DEBIAN_TEST_VK_TAG: "20250408-virgl"
KERNEL_ROOTFS_TAG: "20250408-virgl"
DEBIAN_PYUTILS_TAG: "20250321-s3cp-fix5"