Module: Mesa
Branch: main
Commit: fdb58f5b6c6d3ca9b0bc42ddbb22882f140a4bf8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdb58f5b6c6d3ca9b0bc42ddbb22882f140a4bf8

Author: Max R <max8...@gmail.com>
Date:   Tue Oct 31 19:45:10 2023 +0300

ci: Uprev virglrenderer

Include the latest virglrenderer version.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25947>

---

 .gitlab-ci/container/build-crosvm.sh | 2 +-
 .gitlab-ci/image-tags.yml            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/container/build-crosvm.sh 
b/.gitlab-ci/container/build-crosvm.sh
index 5157fc06d86..84efd3a4753 100644
--- a/.gitlab-ci/container/build-crosvm.sh
+++ b/.gitlab-ci/container/build-crosvm.sh
@@ -12,7 +12,7 @@ pushd /platform/crosvm
 git checkout "$CROSVM_VERSION"
 git submodule update --init
 
-VIRGLRENDERER_VERSION=10120c0d9ebdc00eae1b5c9f7c98fc0d198ba602
+VIRGLRENDERER_VERSION=747c6ae5b194ca551a79958a9a86c42bddcc4553
 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
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index 156b556a971..6904d3caaf5 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -7,7 +7,7 @@
 
 variables:
    DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
-   DEBIAN_BASE_TAG: "2023-10-30-ci-improv"
+   DEBIAN_BASE_TAG: "2023-10-31-virglrenderer"
 
    DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
    DEBIAN_BUILD_TAG: "2023-10-30-ci-improv"
@@ -25,7 +25,7 @@ variables:
    ALPINE_X86_64_BUILD_TAG: "2023-10-30-ci-improv"
    ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
    FEDORA_X86_64_BUILD_TAG: "2023-10-30-ci-improv"
-   KERNEL_ROOTFS_TAG: "2023-10-30-ci-improv"
+   KERNEL_ROOTFS_TAG: "2023-10-31-virglrenderer"
    KERNEL_TAG: "v6.4.12-for-mesa-ci-f6b4ad45f48d"
 
    WINDOWS_X64_VS_PATH: "windows/x64_vs"

Reply via email to