Commit c369def08e
Changed files (1)
test
test/tests.zig
@@ -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