Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save some CI diskspace, use ubuntu 20.04 and later libgit2
Save some time and diskspace in CI builds for github by using the system libraries Test plan: Install deps and build locally with ``` sudo ./build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden ... ./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. eden ``` before: we build libgit2 from source after: we use the system library
- Loading branch information