From 526075af0a85a3dcba05acc643a9898d516b589a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 20 Feb 2019 10:46:14 +0100 Subject: [PATCH] Cirrus CI: do not clone the full branch We only need the last commit --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index c6a38dac..60254b82 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,6 @@ env: LANG: C + CIRRUS_CLONE_DEPTH: 1 DEFAULT_CONFIG_OPTS: --enable-debug --without-libstatgrab --disable-dependency-tracking -- 2.11.0