ci: Update the DXC version used on the CI to 1.8.2502.

This commit is contained in:
Francisco Casas
2025-04-29 13:43:07 -04:00
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
4 changed files with 8 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
rm -fr mesa && \
apt-get clean && \
curl -L -s https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2407/linux_dxc_2024_07_31.x86_64.tar.gz | tar zx -C /usr/local ./lib/libdxcompiler.so ./lib/libdxil.so && \
curl -L -s https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2502/linux_dxc_2025_02_20.x86_64.tar.gz | tar zx -C /usr/local ./lib/libdxcompiler.so ./lib/libdxil.so && \
groupadd host-render -g 800 && \
useradd -m gitlab -G host-render