From e86c99bb28f69510eae9dc59c864cb28120171cd Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Mon, 9 Jan 2023 17:27:06 -0800 Subject: [PATCH] ci: uprev virglrenderer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yiwei Zhang Reviewed-by: Corentin Noël Acked-by: David Heidelberg 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 cf51c2fbb9e..1818764d61d 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=f1e2627a113d45cd5c82653bb3190040c5e673aa +VIRGLRENDERER_VERSION=3f2685355f71201f22b98c19aa778b43732c8435 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 1ea1bb41e00..370a4f28d72 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-01-06-virglrenderer" + DEBIAN_BASE_TAG: "2023-01-09-virglrenderer" DEBIAN_X86_BUILD_IMAGE_PATH: "debian/x86_build" DEBIAN_BUILD_TAG: "2023-01-09-lavacli" @@ -19,7 +19,7 @@ variables: ALPINE_X86_BUILD_TAG: "2022-11-15-alpine-bringup" FEDORA_X86_BUILD_TAG: "2022-09-22-python3-ply-2" - KERNEL_ROOTFS_TAG: "2023-01-08-weston-xwayland" + KERNEL_ROOTFS_TAG: "2023-01-09-virglrenderer" WINDOWS_X64_VS_PATH: "windows/x64_vs" WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"