intel: Disable shader cache when executing intel_clc during the build
authorMatt Turner <mattst88@gmail.com>
Thu, 11 May 2023 17:51:25 +0000 (13:51 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 11 May 2023 23:00:01 +0000 (23:00 +0000)
commit435a6079099cce08ead5f7d5f305694bbf466717
tree497a270c1c0bb9d502a7404d8ad6108bf4f4bf37
parent6aee7848bb00dd3742fbb1b8c65610188e77d939
intel: Disable shader cache when executing intel_clc during the build

With the shader cache enabled, intel_clc attempts to write to ~/.cache.
Many distributions' build systems limit file-system access, and will
kill the process thus causing the build to fail.

Fixes: 639665053fa ("anv/grl: Build OpenCL kernels")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22968>
src/intel/vulkan/grl/meson.build