summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-07 15:01:06 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-07 15:01:06 +0100
commitea313b2e3ccc7a47ee6511f776dd84e7eed87387 (patch)
treecc77e5c5d20ceae1288a34dc086abf04805ddf28
parentd4d0d93fbf294bfe21d44c1976083cf1f15a84c6 (diff)
downloadatk-ea313b2e3ccc7a47ee6511f776dd84e7eed87387.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 (although that’s not so important because it only happens once every few months). Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--subprojects/glib.wrap1
-rw-r--r--subprojects/libffi.wrap1
-rw-r--r--subprojects/proxy-libintl.wrap1
3 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap
index b492f23..9e8b843 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=git@gitlab.gnome.org:GNOME/glib.git
revision=main
+depth=1
diff --git a/subprojects/libffi.wrap b/subprojects/libffi.wrap
index 6dea9eb..00b29d6 100644
--- a/subprojects/libffi.wrap
+++ b/subprojects/libffi.wrap
@@ -2,3 +2,4 @@
directory=libffi
url=https://gitlab.freedesktop.org/gstreamer/meson-ports/libffi.git
revision=meson
+depth=1
diff --git a/subprojects/proxy-libintl.wrap b/subprojects/proxy-libintl.wrap
index b53c8f7..6225021 100644
--- a/subprojects/proxy-libintl.wrap
+++ b/subprojects/proxy-libintl.wrap
@@ -2,3 +2,4 @@
directory=proxy-libintl
url=https://github.com/frida/proxy-libintl.git
revision=0.1
+depth=1