Cirrus: Increase clone depth

This would fail the FreeBSD tests whenever we merge or push multiple
times in quick succession.

Basically:

- Commits up to ABCDEF are pushed, which triggers a CI run
- Cirrus starts up, but takes a while - it knows to use commit ABCDEF
- More commits are pushed up to 123456
- Cirrus does a shallow clone, only has 123456
- Cirrus tries to check out ABCDEF, but doesn't know it - instant failure

Instead, let's use 100 commits, which should be enough
This commit is contained in:
Fabian Boehm 2024-06-12 17:28:23 +02:00
parent 3a9dc12a31
commit 616ca83799

View file

@ -1,5 +1,5 @@
env:
CIRRUS_CLONE_DEPTH: 1
CIRRUS_CLONE_DEPTH: 100
CI: 1
linux_task: