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 (#693)
Summary: X-link: facebookincubator/velox#6925 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 Pull Request resolved: #693 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 --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/693). * __->__ #693 * #696 * #692 * #691 * #682 * #689 * #697 * #706 * #730 Reviewed By: quark-zju, xavierd Differential Revision: D49874384 Pulled By: genevievehelsel fbshipit-source-id: 09c01eec69446c9bfa95861d9e71617b44b44fce
- Loading branch information