ci: Uprev vkd3d-proton to b121e6d746341e0aaba7663e3d85f3194e8e20e1

Fixes a regression affecting drivers that lack support for sparse
binding, introduced in version 2.14.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32860>
This commit is contained in:
Valentine Burley
2025-01-03 09:29:24 +01:00
committed by Marge Bot
parent 385977955b
commit 6564f56a55
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ set -ex
uncollapsed_section_start vkd3d-proton "Building vkd3d-proton"
VKD3D_PROTON_COMMIT="c965c1351fd6915a65bb7f647319536252a24a93"
VKD3D_PROTON_COMMIT="b121e6d746341e0aaba7663e3d85f3194e8e20e1"
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"

View File

@@ -29,8 +29,8 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20241220-venus"
DEBIAN_TEST_GL_TAG: "20241210-piglit-4c"
DEBIAN_TEST_VK_TAG: "20241217-vkd3d"
KERNEL_ROOTFS_TAG: "20241217-vkd3d"
DEBIAN_TEST_VK_TAG: "20250103-vkd3d"
KERNEL_ROOTFS_TAG: "20250103-vkd3d"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20241223-pyutils"