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:
parent
f17fc5439f
commit
80a840b8ba
@ -7,6 +7,9 @@ freebsd_instance:
|
|||||||
cpu: 8
|
cpu: 8
|
||||||
memory: 24G
|
memory: 24G
|
||||||
|
|
||||||
|
env:
|
||||||
|
CIRRUS_CLONE_DEPTH: 1
|
||||||
|
|
||||||
task:
|
task:
|
||||||
timeout_in: 120m
|
timeout_in: 120m
|
||||||
install_script:
|
install_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user