mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
disable wasm backend 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 backend miscompilation of different AIR from the frontend.
This commit is contained in:
parent
c369def08e
commit
e1a750655e
@ -1359,15 +1359,18 @@ const test_targets = blk: {
|
|||||||
|
|
||||||
// WASI Targets
|
// WASI Targets
|
||||||
|
|
||||||
.{
|
// Disabled due to no active maintainer (feel free to fix the failures
|
||||||
.target = .{
|
// and then re-enable at any time). The failures occur due to backend
|
||||||
.cpu_arch = .wasm32,
|
// miscompilation of different AIR from the frontend.
|
||||||
.os_tag = .wasi,
|
//.{
|
||||||
.abi = .none,
|
// .target = .{
|
||||||
},
|
// .cpu_arch = .wasm32,
|
||||||
.use_llvm = false,
|
// .os_tag = .wasi,
|
||||||
.use_lld = false,
|
// .abi = .none,
|
||||||
},
|
// },
|
||||||
|
// .use_llvm = false,
|
||||||
|
// .use_lld = false,
|
||||||
|
//},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .wasm32,
|
.cpu_arch = .wasm32,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user