From 8e7334a1cf233f44b8eeb9fea5bec9f5a0fa6367 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Aug 2020 16:03:37 -0400 Subject: ci: Limit depth of subprojects when cloning Use the depth= argument from Meson 0.52 to limit the clone depth of subprojects to 1. This should make the CI images a little smaller, and reduce the bandwidth required to build them. --- subprojects/freetype2.wrap | 2 ++ subprojects/fribidi.wrap | 1 + subprojects/glib.wrap | 1 + subprojects/harfbuzz.wrap | 1 + 4 files changed, 5 insertions(+) diff --git a/subprojects/freetype2.wrap b/subprojects/freetype2.wrap index 613f7d62..21ed35ce 100644 --- a/subprojects/freetype2.wrap +++ b/subprojects/freetype2.wrap @@ -8,3 +8,5 @@ source_hash = ec391504e55498adceb30baceebd147a6e963f636eb617424bcfc47a169898ce patch_url = https://wrapdb.mesonbuild.com/v1/projects/freetype2/2.9.1/1/get_zip patch_filename = freetype2-2.9.1-1-wrap.zip patch_hash = 06222607775e707c6d7b8d21ffdb04c7672f676a18c5ebb9880545130ab0407b + +depth=1 diff --git a/subprojects/fribidi.wrap b/subprojects/fribidi.wrap index 8d4e4bf4..0132d4ec 100644 --- a/subprojects/fribidi.wrap +++ b/subprojects/fribidi.wrap @@ -3,3 +3,4 @@ directory=fribidi url=https://github.com/fribidi/fribidi.git push-url=git@github.com:fribidi/fribidi.git revision=master +depth=1 diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap index 76aa0a02..e2e44d56 100644 --- a/subprojects/glib.wrap +++ b/subprojects/glib.wrap @@ -3,3 +3,4 @@ directory=glib url=https://gitlab.gnome.org/GNOME/glib.git push-url=ssh://git@gitlab.gnome.org:GNOME/glib.git revision=master +depth=1 diff --git a/subprojects/harfbuzz.wrap b/subprojects/harfbuzz.wrap index e739b5e7..6fdcb633 100644 --- a/subprojects/harfbuzz.wrap +++ b/subprojects/harfbuzz.wrap @@ -3,3 +3,4 @@ directory=harfbuzz url=https://github.com/harfbuzz/harfbuzz.git push-url=git@github.com:harfbuzz/harfbuzz.git revision=master +depth=1 -- cgit v1.2.1