From: Andrew Cooper Date: Mon, 24 Feb 2025 15:36:11 +0000 (+0000) Subject: CirrusCI: Use shallow clone X-Git-Tag: RELEASE-4.19.2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=65bdce95f69d06221fca6e2f88f4efb32393fdfc;p=xen.git CirrusCI: Use shallow clone 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) --- 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