jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.03k stars 210 forks source link

fix: protoc plugin install error #2291

Closed roele closed 2 weeks ago

roele commented 2 weeks ago

Fixes #2287 and #2196 by vendoring libgit2 (see https://github.com/rust-lang/git2-rs?tab=readme-ov-file#version-of-libgit2)

roele commented 2 weeks ago

I'm closing this PR as setting LIBGIT2_NO_VENDOR=1 as mentioned in the git2 crate solves the issue.