mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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:
parent
c0bbddb007
commit
c369def08e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user