tweag / topiary

https://topiary.tweag.io/
MIT License
575 stars 29 forks source link

Use system `git` instead of `libgit2` #777

Closed nbacquey closed 1 month ago

nbacquey commented 1 month ago

Description

This PR replaces the Git version we use from libgit2 to the system's version. This removes the dependency from OpenSSL, which caused errors when trying to build on arm64/MacOS. It also solves an error when trying to build grammars from private repositories.

Incidentally, I discovered when making this PR that the previous version did not properly checkout the pinned revision on grammars in language.ncl: the grammars/ocaml directory did not exist in the revision we pin, but it does exist on main

Closes #776

Checklist

Checklist before merging: