mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ci: disable intel-clc on debian-vulkan
We're getting a number of UBSan error while running intel-clc in that image. It seems that we're the first ones to run into a number of code paths with intel-clc and it shows a number of undefined behavior operations like signed extension stuff in NIR/IntelBackend, unaligned pointer accesses in embedded list iterators, etc... Preparing some patches in a different MR to fix this. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18788>
This commit is contained in:
parent
38b5521be2
commit
19c40e0730
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ debian-vulkan:
|
|||
EXTRA_OPTION: >
|
||||
-D vulkan-layers=device-select,overlay
|
||||
-D build-aco-tests=true
|
||||
-D intel-clc=enabled
|
||||
-D intel-clc=disabled
|
||||
-D imagination-srv=true
|
||||
|
||||
debian-i386:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue