vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

Disable x86-windows tests due to Zig miscompilation #164

Closed squeek502 closed 2 months ago

squeek502 commented 2 months ago

The 32-bit Windows target currently has a miscompilation which was causing these tests to fail: https://github.com/ziglang/zig/issues/20047

Should fix the Windows CI failure