From 65bdce95f69d06221fca6e2f88f4efb32393fdfc Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 24 Feb 2025 15:36:11 +0000 Subject: [PATCH] CirrusCI: Use shallow clone MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reduces the Clone step from ~50s to ~3s. Signed-off-by: Andrew Cooper Acked-by: Stefano Stabellini Acked-by: Roger Pau Monné (cherry picked from commit 96970b46e5e84fa2666f76f5b0972b826a3ffba4) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7216729b69..e2949d99d7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,6 +13,7 @@ freebsd_template: &FREEBSD_ENV environment: APPEND_LIB: /usr/local/lib APPEND_INCLUDES: /usr/local/include + CIRRUS_CLONE_DEPTH: 1 freebsd_full_build_template: &FREEBSD_FULL_BUILD_TEMPLATE << : *FREEBSD_ENV -- 2.39.5