Skip to content

Commit f3ae852

Browse files
committed
test: disable wine testing
for some reason this has recently broken
1 parent b2095e3 commit f3ae852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn build(b: *std.Build) !void {
6363
) orelse false;
6464

6565
if (run_non_native_tests) {
66-
b.enable_wine = true;
66+
b.enable_wine = false; // FIXME: this has recently broken for some reason
6767
b.enable_darling = false; // FIXME: for some reason this never finishes
6868
}
6969

0 commit comments

Comments
 (0)