From 5ccc40cbd5ac9d916b1a4e65ab447f28654b6765 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 23 Jan 2024 10:18:51 +0100 Subject: [PATCH] ci: Upref virglrenderer Signed-off-by: Gert Wollny Part-of: --- .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 84efd3a4753..08cb8b573df 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=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 diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 8f95932beaa..9abe01c6021 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: "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"