mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
ci: Run tests on llvmpipe from Mesa 24.0.3.
This commit is contained in:
committed by
Alexandre Julliard
parent
b3ce73984d
commit
636d8d3850
Notes:
Alexandre Julliard
2024-04-03 23:35:07 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/743
@@ -61,6 +61,17 @@ build-llvmpipe-32:
|
||||
CC: 'i686-linux-gnu-gcc'
|
||||
VKD3D_SHADER_CONFIG: 'force_validation'
|
||||
|
||||
build-llvmpipe-64-mesa24:
|
||||
extends: .build-linux
|
||||
allow_failure:
|
||||
exit_codes:
|
||||
- 2
|
||||
variables:
|
||||
VK_DRIVER_FILES: '/opt/mesa24/share/vulkan/icd.d/lvp_icd.x86_64.json'
|
||||
LD_LIBRARY_PATH: '/opt/mesa24/lib/x86_64-linux-gnu'
|
||||
__EGL_VENDOR_LIBRARY_FILENAMES: '/opt/mesa24/share/glvnd/egl_vendor.d/50_mesa.json'
|
||||
VKD3D_SHADER_CONFIG: 'force_validation'
|
||||
|
||||
build-crosstest:
|
||||
stage: build
|
||||
rules:
|
||||
|
Reference in New Issue
Block a user