asahi: drop cargo culted disk cache disable

we don't have a disk cache to disable with clc.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33682>
This commit is contained in:
Alyssa Rosenzweig 2025-01-16 14:19:00 -05:00 committed by Marge Bot
parent 678134add5
commit 6c3d7a2821
2 changed files with 0 additions and 2 deletions

View file

@ -55,7 +55,6 @@ libagx_shaders = custom_target(
input : libagx_spv,
output : ['libagx_shaders.h', 'libagx_shaders.c'],
command : [prog_asahi_clc, libagx_spv, '@OUTPUT0@', '@OUTPUT1@'],
env: ['MESA_SHADER_CACHE_DISABLE=true'],
depends : [prog_asahi_clc],
)

View file

@ -28,7 +28,6 @@ libagx_spv = custom_target(
'-I' + join_paths(meson.current_build_dir(), '../genxml'),
'-fmacro-prefix-map=@0@='.format(relative_dir),
],
env: ['MESA_SHADER_CACHE_DISABLE=true'],
depends : [prog_mesa_clc, agx_pack],
depfile : 'libagx_shaders.h.d',
)