From b2c604973b9f101f94c333489c20b78ac7fade37 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 23 May 2023 06:32:43 +0200 Subject: [PATCH] virgl/ci: uprev virglrenderer Update DEBIAN_BASE_TAG and KERNEL_ROOTFS_TAG 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 70a2448294b..0f7c266a080 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=5290e941f2a9123de453fd8e62a445abf50cc7b2 +VIRGLRENDERER_VERSION=5d15b42723b5a9ee6dd0d12770e08698642c10ca rm -rf third_party/virglrenderer git clone --single-branch -b master --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 2aa731e1d3a..633628f913b 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -1,6 +1,6 @@ variables: DEBIAN_X86_BUILD_BASE_IMAGE: "debian/x86_build-base" - DEBIAN_BASE_TAG: "2023-05-07-virglrenderer" + DEBIAN_BASE_TAG: "2023-05-23-virglrenderer" DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build" DEBIAN_BUILD_TAG: "2023-04-29-mold" @@ -21,7 +21,7 @@ variables: ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump" FEDORA_X86_BUILD_TAG: "2023-04-26-rusticl" - KERNEL_ROOTFS_TAG: "2023-05-18-lava_ssh" + KERNEL_ROOTFS_TAG: "2023-05-23-virglrenderer" WINDOWS_X64_VS_PATH: "windows/x64_vs" WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"