mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
ci: Update the DXC version used on the CI to 1.8.2502.
This commit is contained in:
committed by
Henri Verbeet
parent
cb4b5641ea
commit
7b07d77396
Notes:
Henri Verbeet
2025-05-06 19:05:34 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1477
@@ -42,7 +42,7 @@ test-win-64-dxc:
|
||||
variables:
|
||||
VKD3D_TEST_DEBUG: '1'
|
||||
script:
|
||||
- 'Invoke-WebRequest -Uri "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2407/dxc_2024_07_31.zip" -OutFile ".\dxc.zip"'
|
||||
- 'Invoke-WebRequest -Uri "https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2502/dxc_2025_02_20.zip" -OutFile ".\dxc.zip"'
|
||||
- 'Expand-Archive -Path "dxc.zip" -DestinationPath ".\dxc"'
|
||||
- '$Env:PATH += ";" + (Convert-Path ".\dxc\bin\x64")'
|
||||
- git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec './artifacts/driver.cross64.exe $(git cherry $CI_MERGE_REQUEST_DIFF_BASE_SHA HEAD^ | wc -l) $(git rev-parse --short HEAD)'
|
||||
|
Reference in New Issue
Block a user