Mesa (main): CI/windows: Delete comment for installing vulkan-runtime

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 31 18:56:28 UTC 2022


Module: Mesa
Branch: main
Commit: f6d3625d4ae224c483868452530521aa9df89c95
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6d3625d4ae224c483868452530521aa9df89c95

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Fri May 27 10:46:06 2022 -0700

CI/windows: Delete comment for installing vulkan-runtime

Since we're now actually running Vulkan tests on Dozen, the comment
was wrong and we actually want the runtime. The referenced issue
has been fixed anyway.

Acked-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16756>

---

 .gitlab-ci/windows/mesa_deps_build.ps1 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci/windows/mesa_deps_build.ps1 b/.gitlab-ci/windows/mesa_deps_build.ps1
index 163930e6faa..a2662eeb073 100644
--- a/.gitlab-ci/windows/mesa_deps_build.ps1
+++ b/.gitlab-ci/windows/mesa_deps_build.ps1
@@ -137,8 +137,6 @@ if (!$buildstatus) {
   Exit 1
 }
 
-# See https://gitlab.freedesktop.org/mesa/mesa/-/issues/3855
-# Until that's resolved, we need the vulkan-runtime as a build dependency to be able to run any unit tests on GL
 Get-Date
 Write-Host "Downloading Vulkan-Runtime"
 Invoke-WebRequest -Uri 'https://sdk.lunarg.com/sdk/download/latest/windows/vulkan-runtime.exe' -OutFile 'C:\vulkan-runtime.exe' | Out-Null



More information about the mesa-commit mailing list