CI: Use vendored libgit2 to avoid compilation
Some checks failed
BotServer CI/CD / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-18 20:08:19 -03:00
parent c8fcd75e48
commit 346f5d3e24

View file

@ -244,3 +244,7 @@ bigdecimal = { workspace = true }
# Force libgit2-sys to use system libgit2
[patch.crates-io]
libgit2-sys = { git = "https://github.com/rust-lang/git2-rs", branch = "main" }
[dependencies.git2]
version = "0.19"
features = ["vendored-libgit2"]