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
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user