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.
This commit is contained in:
dundargoc 2022-09-23 12:57:18 +02:00 committed by GitHub
parent 7a70e9587c
commit fcd3e53720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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