Current nightly: zig build silently failing on Windows during package fetch?

Anybody else seeing a silent failure when running zig build on Windows with the current Zig nightly? (0.16.0-dev.1225+bf9082518)?

I first noticed in the sokol-zig CI, but can reproduce it on my Windows machine.

The zig build process just stops with a non-zero error code while fetching packages. Running the command again starts to fetch packages again.

On macOS it works fine, didn’t get around testing on Linux.

1 Like

Probably Can't fetch package on Windows · Issue #25776 · ziglang/zig · GitHub (I don’t use windows myself)

1 Like

Yep looks like it, funny enough I searched for an existing github ticket but completely failed with my search terms hehe.

1 Like