mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
anv: Don't print warnings for GRL kernel compilations
Make the build less chatty. The current warnings are about certain capabilities not being fully supported, which we don't care for these particular kernels. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26939>
This commit is contained in:
parent
f09384f4c3
commit
c21213b438
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ foreach t : [['125', 'gfx125', 'dg2']]
|
|||
# without modifying grl source code, remove
|
||||
# if fixed there
|
||||
],
|
||||
env: ['MESA_SHADER_CACHE_DISABLE=true'],
|
||||
env: ['MESA_SHADER_CACHE_DISABLE=true',
|
||||
'MESA_SPIRV_LOG_LEVEL=error'],
|
||||
depends : dep_prog_intel_clc
|
||||
)
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue