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