getty
getty copied to clipboard
Replace `https` dependency URLs with `git+https`
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, 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:
.url = "git+https://github.com/ibokuri/protest.git#bae398b701e763ef18480aa3cfcca103716996de"
Additional Context
No response