-
Notifications
You must be signed in to change notification settings - Fork 13
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
remove openssl dependency #89
Comments
There is already a #92 moves all the reqwest stuff into a |
if problem is only with reqwest, why not use: but i think git2 also have some problems here |
ok, now im sure that git2 has dependency on openssl, and yes we want to use https |
for cross-compiling I recommend trying https://github.com/rust-cross/cargo-zigbuild agree, if you want git2 with https support, openssl is mandatory per https://github.com/rust-lang/git2-rs/blob/master/Cargo.toml#L38C1-L38C62 however, gitoxide does support cloning and it does perform a checkout of the default branch. Is it really missing the ability to checkout a specified branch?? It appears so, at least on the gix cli: GitoxideLabs/gitoxide#301 I see |
Well, even if gix doesnt support checking out a rev, we could support gix checking out the default branch only, which would be what most users want in order to access https://github.com/kstasik/schema-tools-templates . |
from my point of view, you not always want to use newest version of templates, for example we will switch from version 0.6 schema-tools to 0.16 |
Probably only git2 is blocking from switch to rustls
one of alternative would be gitoxide
with openssl there is only problems on cross build...
The text was updated successfully, but these errors were encountered: