ci/windows: Update warp to 1.0.5

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22034>
This commit is contained in:
Jesse Natalie
2023-03-20 14:04:55 -07:00
committed by Marge Bot
parent 0cd89a27ed
commit 24d5bdbb6e
5 changed files with 257 additions and 5 deletions

View File

@@ -30,4 +30,4 @@ variables:
WINDOWS_X64_BUILD_TAG: "2023-02-07-llvm-15"
WINDOWS_X64_TEST_PATH: "windows/x64_test"
WINDOWS_X64_TEST_TAG: "2023-01-13-warp-update"
WINDOWS_X64_TEST_TAG: "2023-03-20-warp-update"

View File

@@ -148,7 +148,7 @@ Remove-Item -Recurse 'C:\agility'
Get-Date
Write-Host "Downloading Updated WARP"
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.4 -OutFile 'warp.zip'
Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.5 -OutFile 'warp.zip'
Expand-Archive -Path 'warp.zip' -DestinationPath 'C:\warp'
Remove-Item 'warp.zip'