diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2022-09-23 17:21:27 +0300 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-27 20:53:11 +0000 |
commit | 19c40e07302c1622739d7ec8fb506cd618ab3d4b (patch) | |
tree | 70a9b501a1e168af00d87438660011975d160f60 /.gitlab-ci | |
parent | 38b5521be2765065f6e030eb6b9c40617c87a786 (diff) | |
download | mesa-19c40e07302c1622739d7ec8fb506cd618ab3d4b.tar.gz mesa-19c40e07302c1622739d7ec8fb506cd618ab3d4b.tar.bz2 mesa-19c40e07302c1622739d7ec8fb506cd618ab3d4b.zip |
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/build/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index c156248831f..9fa4b84dbf0 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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: |