[atk: 2/3] ci: Limit depth of subprojects when cloning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk: 2/3] ci: Limit depth of subprojects when cloning
- Date: Mon, 7 Jun 2021 14:05:18 +0000 (UTC)
commit ea313b2e3ccc7a47ee6511f776dd84e7eed87387
Author: Philip Withnall <pwithnall endlessos org>
Date: Mon Jun 7 15:01:06 2021 +0100
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>
subprojects/glib.wrap | 1 +
subprojects/libffi.wrap | 1 +
subprojects/proxy-libintl.wrap | 1 +
3 files changed, 3 insertions(+)
---
diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap
index b492f238..9e8b843f 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 6dea9ebe..00b29d6a 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 b53c8f7c..6225021b 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]