We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2095e3 commit f3ae852Copy full SHA for f3ae852
build.zig
@@ -63,7 +63,7 @@ pub fn build(b: *std.Build) !void {
63
) orelse false;
64
65
if (run_non_native_tests) {
66
- b.enable_wine = true;
+ b.enable_wine = false; // FIXME: this has recently broken for some reason
67
b.enable_darling = false; // FIXME: for some reason this never finishes
68
}
69
0 commit comments