There's an issue (https://github.com/ziglang/zig/issues/18967) with zig 0.12.0-dev.2811+3cafb9655 where zlib decompression is broken, causing git+https URLs to not work in build.zig.zon. Once the issue is fixed, we should be able to use git+https again.
How to Reproduce the Bug
Specify a git+https URL in build.zig.zon, such as:
Description
There's an issue (https://github.com/ziglang/zig/issues/18967) with
zig 0.12.0-dev.2811+3cafb9655
where zlib decompression is broken, causinggit+https
URLs to not work inbuild.zig.zon
. Once the issue is fixed, we should be able to usegit+https
again.How to Reproduce the Bug
Specify a
git+https
URL inbuild.zig.zon
, such as:Additional Context
No response