7 Commits

Author SHA1 Message Date
Connor Fitzgerald
71b5fb0ad9
Update WARP (#8444) 2025-11-04 23:57:49 -05:00
Connor Fitzgerald
098f320f81
Update VulkanSDK (#8443) 2025-10-29 21:52:45 -04:00
Connor Fitzgerald
42dc809e8b
Update DXC (#8441) 2025-10-29 17:29:45 -04:00
David Duarte
188a8cb3b4
ci: Make the install-{mesa,vulkan-sdk} action multiplatform (#8167)
This also allow to remove the MESA_VERSION and VULKAN_SDK_VERSION
duplication between the ci workflow and the install action.

To pass down the version in each steps, I added action inputs
because there is no way as of today to define environments
variables that are shared between steps in composite actions
(no top level `env:` like for workflows).
2025-08-29 18:53:43 -04:00
David Duarte
967cd4b7ff
ci: Extract linux vulkan installation into its own action (#8164) 2025-08-28 12:01:15 -04:00
Jamie Nicol
0aa1baface [CI] Install WARP for CTS run
This means we use a reliable version rather than depending on whatever
the worker has installed.
2025-06-17 09:14:44 -04:00
Jamie Nicol
3ba583cd61 [CI] Refactor DXC and WARP installation steps to composite actions
This avoids having to duplicate the steps and version numbers across
mutiple workflows.
2025-06-17 09:14:44 -04:00