ci: disable intel-clc on debian-vulkan
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 23 Sep 2022 14:21:27 +0000 (17:21 +0300)
committerMarge Bot <emma+marge@anholt.net>
Tue, 27 Sep 2022 20:53:11 +0000 (20:53 +0000)
commit19c40e07302c1622739d7ec8fb506cd618ab3d4b
tree70a9b501a1e168af00d87438660011975d160f60
parent38b5521be2765065f6e030eb6b9c40617c87a786
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>
.gitlab-ci/build/gitlab-ci.yml