Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace https dependency URLs with git+https #155

Open
ibokuri opened this issue Feb 19, 2024 · 0 comments
Open

Replace https dependency URLs with git+https #155

ibokuri opened this issue Feb 19, 2024 · 0 comments
Labels

Comments

@ibokuri
Copy link
Contributor

ibokuri commented Feb 19, 2024

Description

There's an issue (ziglang/zig#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

@ibokuri ibokuri added the bug label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant