diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-07-09 14:07:14 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-07-09 14:07:14 +0100 |
commit | 5da21ca4dc5b0597fe1de39634dd05be00699235 (patch) | |
tree | 163a399d163029cf0ec04a0c8bbada60a838fadf /subprojects/libepoxy.wrap | |
parent | 3e16ef33b0775ffa7bc2018a876abc281585821d (diff) | |
download | gtk+-5da21ca4dc5b0597fe1de39634dd05be00699235.tar.gz |
Use depth=1 for cloning sub-projects
We don't really need the full history and branches when building
sub-projects.
This should shave some bandwidth and time in our CI pipeline as well.
Diffstat (limited to 'subprojects/libepoxy.wrap')
-rw-r--r-- | subprojects/libepoxy.wrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/libepoxy.wrap b/subprojects/libepoxy.wrap index 0c481b583d..fc5147a22b 100644 --- a/subprojects/libepoxy.wrap +++ b/subprojects/libepoxy.wrap @@ -2,3 +2,4 @@ directory=libepoxy url=https://github.com/anholt/libepoxy.git revision=master +depth=1 |