From 1a93b1e2178da056fe925b6064548c4c666df0e9 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 27 Aug 2024 15:51:45 -0700 Subject: [PATCH] ci/windows: Update VK-GL-CTS to d48899f85b486a70d090af59a1453763458611d9 This is needed to work around an MSVC compiler bug which causes test failures Acked-by: David Heidelberg Acked-by: Daniel Stone Part-of: --- .gitlab-ci/windows/mesa_deps_test_deqp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/windows/mesa_deps_test_deqp.ps1 b/.gitlab-ci/windows/mesa_deps_test_deqp.ps1 index 503803c2857..06edbf2ad86 100644 --- a/.gitlab-ci/windows/mesa_deps_test_deqp.ps1 +++ b/.gitlab-ci/windows/mesa_deps_test_deqp.ps1 @@ -14,7 +14,7 @@ New-Item -ItemType Directory -Path "$deqp_source" | Out-Null Push-Location -Path $deqp_source git init git remote add origin https://github.com/KhronosGroup/VK-GL-CTS.git -git fetch --depth 1 origin 56114106d860c121cd6ff0c3b926ddc50c4c11fd # of branch vulkan-cts-1.3.4 +git fetch --depth 1 origin d48899f85b486a70d090af59a1453763458611d9 # of branch vulkan-cts-1.3.8 if (!$?) { Write-Host "Failed to fetch deqp repository" Pop-Location