Module: Mesa Branch: main Commit: 6e8c3a585ab2bd20ef76cc1d43c240792c331cce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e8c3a585ab2bd20ef76cc1d43c240792c331cce
Author: Yonggang Luo <[email protected]> Date: Thu Dec 21 15:36:07 2023 +0800 ci/msvc: Stick VK-GL-CTS to specific version 56114106d860c121cd6ff0c3b926ddc50c4c11fd Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26736> --- .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.
