Revert "Cirrus-CI: Use the default Git history depth"

This reverts commit fcb4797c90.
With `CIRRUS_CLONE_DEPTH` unspecified (using the default of 50) the
time to clone the repo increased from a little under 2 minutes to over
6 minutes, possibly due to additional processing required by GitHub.

We will want to watch out for occasional `Failed to force reset to
SHA: object not found!` errors.
This commit is contained in:
Ed Maste 2021-01-29 11:22:03 -05:00
parent f17fc5439f
commit 80a840b8ba

View File

@ -7,6 +7,9 @@ freebsd_instance:
cpu: 8
memory: 24G
env:
CIRRUS_CLONE_DEPTH: 1
task:
timeout_in: 120m
install_script: