diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-19 16:03:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-19 16:06:25 -0400 |
commit | 8e7334a1cf233f44b8eeb9fea5bec9f5a0fa6367 (patch) | |
tree | 7cff5e8bf2b14baa6256d7d58547370bb7a7b026 /subprojects/fribidi.wrap | |
parent | e08269b8847d64843498f7ebf5bc6e5de6fbc45e (diff) | |
download | pango-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.
Diffstat (limited to 'subprojects/fribidi.wrap')
-rw-r--r-- | subprojects/fribidi.wrap | 1 |
1 files changed, 1 insertions, 0 deletions
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 |