getty-zig / getty

A (de)serialization framework for Zig
https://getty.so
MIT License
183 stars 14 forks source link

Replace `https` dependency URLs with `git+https` #155

Open ibokuri opened 5 months ago

ibokuri commented 5 months ago

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