Loading
vulkan-cts: Drop deqp-vksc from vulkan-cts package
The Vulkan SC (Safety Critical) CTS has different release tags and
build dependencies from the Vulkan CTS.
When updating the vulkan-cts package version, I found that the newer
version would fail to build if we attempted to build the deqp-vksc
executable.
I suspect that building the Vulkan SC CTS executable, deqp-vksc, may
not be supported unless using a vulkansc-cts-* tag.
This change adds cmake build define SELECTED_BUILD_TARGETS=deqp-vk,
which was introduced in vulkan-cts-1.3.7.0, and reduces the amount of
code built. Notably, it causes the build to no longer attempt to build
deqp-vksc.
Ref: vulkan-cts b22a8f06d ("Allow selecting a subset of targets at configuration time")
Signed-off-by:
Jordan Justen <jljusten@gmail.com>