From 9e113ef9c22599f6da9a098cc3553e447e03bddf Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Fri, 6 Oct 2023 21:20:06 -0700 Subject: [PATCH] save some CI diskspace, use ubuntu 20.04 and later libgit2 Summary: X-link: https://github.com/facebookincubator/velox/pull/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 X-link: https://github.com/facebook/sapling/pull/693 Reviewed By: quark-zju, xavierd Differential Revision: D49874384 Pulled By: genevievehelsel fbshipit-source-id: 09c01eec69446c9bfa95861d9e71617b44b44fce --- build/fbcode_builder/manifests/libgit2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/fbcode_builder/manifests/libgit2 b/build/fbcode_builder/manifests/libgit2 index 27279d51..33e6b506 100644 --- a/build/fbcode_builder/manifests/libgit2 +++ b/build/fbcode_builder/manifests/libgit2 @@ -10,8 +10,8 @@ libgit2-devel # Ubuntu 18.04 libgit2 has clash with libcurl4-openssl-dev as it depends on # libcurl4-gnutls-dev. Should be ok from 20.04 again # There is a description at https://github.com/r-hub/sysreqsdb/issues/77 -# [debs] -# libgit2-dev +[debs.not(all(distro=ubuntu,distro_vers="18.04"))] +libgit2-dev [download] url = https://github.com/libgit2/libgit2/archive/v0.28.1.tar.gz