So, I am running CI on Windows to build Python extensions for zignal.
It was working until yesterday, but today it broke saying it can’t find msvcrt
+- install generated to lib/_zignal.pyd
+- compile lib zignal ReleaseFast native 1 errors
error: failed to link with LLD: DllImportLibraryNotFound
error: error(link): DLL import library for -lmsvcrt not found
I wonder if this has anything to do with it: std.Target.Query: fix `WindowsVersion` format in `zigTriple()` · ziglang/zig@fcb088c · GitHub
Here’s the action that’s failing zignal/.github/workflows/python.yml at 4e716187892f6b32e11e5bdf34082cceea5a5fdb · bfactory-ai/zignal · GitHub
which calls the zig build command
Relevant log: feat(image): add image rotation with interpolation · bfactory-ai/zignal@1187ba8 · GitHub