From 6e8c3a585ab2bd20ef76cc1d43c240792c331cce Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 21 Dec 2023 15:36:07 +0800 Subject: [PATCH] ci/msvc: Stick VK-GL-CTS to specific version 56114106d860c121cd6ff0c3b926ddc50c4c11fd Signed-off-by: Yonggang Luo Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/windows/mesa_deps_test.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/windows/mesa_deps_test.ps1 b/.gitlab-ci/windows/mesa_deps_test.ps1 index a54df96604e..e17cd330b8d 100644 --- a/.gitlab-ci/windows/mesa_deps_test.ps1 +++ b/.gitlab-ci/windows/mesa_deps_test.ps1 @@ -81,6 +81,7 @@ if (!$?) { } Push-Location -Path $deqp_source +git checkout 56114106d860c121cd6ff0c3b926ddc50c4c11fd # --insecure is due to SSL cert failures hitting sourceforge for zlib and # libpng (sigh). The archives get their checksums checked anyway, and git # always goes through ssh or https.