mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
The tests were put into a deadlock, and it seems that darwin doesn't support `O_SYNC`, though it supports `O_NONBLOCK`. It shouldn't block even with that, but I'm not sure why else it would fail.