summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-19 16:03:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-19 16:06:25 -0400
commit8e7334a1cf233f44b8eeb9fea5bec9f5a0fa6367 (patch)
tree7cff5e8bf2b14baa6256d7d58547370bb7a7b026
parente08269b8847d64843498f7ebf5bc6e5de6fbc45e (diff)
downloadpango-8e7334a1cf233f44b8eeb9fea5bec9f5a0fa6367.tar.gz
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.
-rw-r--r--subprojects/freetype2.wrap2
-rw-r--r--subprojects/fribidi.wrap1
-rw-r--r--subprojects/glib.wrap1
-rw-r--r--subprojects/harfbuzz.wrap1
4 files changed, 5 insertions, 0 deletions
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