diff --git a/.pick_status.json b/.pick_status.json index c0e3feb6e49..29ad0a0d448 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -4378,7 +4378,7 @@ "description": "intel: Disable shader cache when executing intel_clc during the build", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "639665053fabad75afcf7889970c6a4119fdae92" }, diff --git a/src/intel/vulkan/grl/meson.build b/src/intel/vulkan/grl/meson.build index 3d7567cfc13..c0056b3493d 100644 --- a/src/intel/vulkan/grl/meson.build +++ b/src/intel/vulkan/grl/meson.build @@ -142,6 +142,7 @@ foreach t : [['125', 'gfx125', 'dg2']] # without modifying grl source code, remove # if fixed there ], + env: ['MESA_SHADER_CACHE_DISABLE=true'], depends : [prog_intel_clc] ) endforeach