disable spirv64-vulkan coverage

Disabled due to no active maintainer (feel free to fix the failures and
then re-enable at any time). The failures occur due to changing AIR from
the frontend, and backend being incomplete.
This commit is contained in:
Andrew Kelley 2025-09-08 18:54:07 -07:00
parent c0bbddb007
commit c369def08e

View File

@ -1344,15 +1344,18 @@ const test_targets = blk: {
// SPIR-V Targets
.{
.target = std.Target.Query.parse(.{
.arch_os_abi = "spirv64-vulkan",
.cpu_features = "vulkan_v1_2+float16+float64",
}) catch unreachable,
.use_llvm = false,
.use_lld = false,
.skip_modules = &.{ "c-import", "zigc", "std" },
},
// Disabled due to no active maintainer (feel free to fix the failures
// and then re-enable at any time). The failures occur due to changing AIR
// from the frontend, and backend being incomplete.
//.{
// .target = std.Target.Query.parse(.{
// .arch_os_abi = "spirv64-vulkan",
// .cpu_features = "vulkan_v1_2+float16+float64",
// }) catch unreachable,
// .use_llvm = false,
// .use_lld = false,
// .skip_modules = &.{ "c-import", "zigc", "std" },
//},
// WASI Targets