ci: uprev vkd3d-proton to 2.9
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23162>
This commit is contained in:

committed by
Marge Bot

parent
d2d07a7262
commit
f76b121610
@@ -1,8 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# When changing this file, you need to bump the following
|
||||
# .gitlab-ci/image-tags.yml tags:
|
||||
# DEBIAN_X86_TEST_VK_TAG
|
||||
# KERNEL_ROOTFS_TAG
|
||||
set -ex
|
||||
|
||||
VKD3D_PROTON_COMMIT="507cb3195bae32395c69763afec2b1ac078d509a"
|
||||
VKD3D_PROTON_COMMIT="6365efeba253807beecaed0eaa963295522c6b70"
|
||||
|
||||
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
|
||||
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"
|
||||
|
@@ -17,11 +17,11 @@ variables:
|
||||
|
||||
DEBIAN_X86_TEST_ANDROID_TAG: "2023-05-25-bookworm"
|
||||
DEBIAN_X86_TEST_GL_TAG: "2023-05-25-bookworm"
|
||||
DEBIAN_X86_TEST_VK_TAG: "2023-05-25-bookworm"
|
||||
DEBIAN_X86_TEST_VK_TAG: "2023-05-25-vkd3d-proton"
|
||||
|
||||
ALPINE_X86_BUILD_TAG: "2023-03-20-3.17-bump"
|
||||
FEDORA_X86_BUILD_TAG: "2023-04-26-rusticl"
|
||||
KERNEL_ROOTFS_TAG: "2023-05-25-bookworm"
|
||||
KERNEL_ROOTFS_TAG: "2023-05-25-vkd3d-proton"
|
||||
|
||||
WINDOWS_X64_VS_PATH: "windows/x64_vs"
|
||||
WINDOWS_X64_VS_TAG: "2022-10-20-upgrade-zlib"
|
||||
|
Reference in New Issue
Block a user