mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
hasvk: only run tests on x86 (32 & 64 bit)
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13305 Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35635>
This commit is contained in:
parent
9db945c3be
commit
6addaca3d4
1 changed files with 2 additions and 1 deletions
|
|
@ -208,7 +208,8 @@ if with_symbols_check
|
|||
)
|
||||
endif
|
||||
|
||||
if with_tests
|
||||
# HasVK and its tests can only run on x86
|
||||
if with_tests and host_machine.cpu_family().startswith('x86')
|
||||
libvulkan_intel_hasvk_test = static_library(
|
||||
'vulkan_intel_hasvk_test',
|
||||
[files('anv_gem_stubs.c'), anv_hasvk_entrypoints[0]],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue