From fcd3e5372027786ffc9ee1ddc986b977650df168 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:57:18 +0200 Subject: [PATCH] ci(cirrus): set clone depth to 2 instead of 1 (#20295) Setting CIRRUS_CLONE_DEPTH to 1 occasionally results in "Failed to checkout" error for unknown reasons. Set it to 2 as a workaround. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index af67170235..d9b67eafe7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ env: - CIRRUS_CLONE_DEPTH: '1' + CIRRUS_CLONE_DEPTH: '2' LANG: en_US.UTF-8 CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3