Commit c369def08e

Andrew Kelley <andrew@ziglang.org>
2025-09-09 03:54:07
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.
1 parent c0bbddb
Changed files (1)
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