mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
disable -fno-llvm -target wasm32-wasi testing
no active maintainer, and it's failing to lower some basic stuff
This commit is contained in:
parent
d396780925
commit
83960e0eb0
@ -800,8 +800,6 @@ const TestManifestConfigDefaults = struct {
|
|||||||
}
|
}
|
||||||
// Windows
|
// Windows
|
||||||
defaults = defaults ++ "x86_64-windows" ++ ",";
|
defaults = defaults ++ "x86_64-windows" ++ ",";
|
||||||
// Wasm
|
|
||||||
defaults = defaults ++ "wasm32-wasi";
|
|
||||||
break :blk defaults;
|
break :blk defaults;
|
||||||
};
|
};
|
||||||
} else if (std.mem.eql(u8, key, "output_mode")) {
|
} else if (std.mem.eql(u8, key, "output_mode")) {
|
||||||
|
|||||||
@ -1335,15 +1335,16 @@ const test_targets = blk: {
|
|||||||
|
|
||||||
// WASI Targets
|
// WASI Targets
|
||||||
|
|
||||||
.{
|
// TODO: lowerTry for pointers
|
||||||
.target = .{
|
//.{
|
||||||
.cpu_arch = .wasm32,
|
// .target = .{
|
||||||
.os_tag = .wasi,
|
// .cpu_arch = .wasm32,
|
||||||
.abi = .none,
|
// .os_tag = .wasi,
|
||||||
},
|
// .abi = .none,
|
||||||
.use_llvm = false,
|
// },
|
||||||
.use_lld = false,
|
// .use_llvm = false,
|
||||||
},
|
// .use_lld = false,
|
||||||
|
//},
|
||||||
.{
|
.{
|
||||||
.target = .{
|
.target = .{
|
||||||
.cpu_arch = .wasm32,
|
.cpu_arch = .wasm32,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user