mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
cirrus: Increase the git clone depth.
If more commits are submitted to master between the time of triggering the first Cirrus build and the time the final build gets started, the desired commit is no longer at HEAD and the build will error out. [skip ci]
This commit is contained in:
parent
b1ae7f9b7f
commit
60fcd39383
@ -13,7 +13,7 @@ task:
|
|||||||
image_family: freebsd-10-4
|
image_family: freebsd-10-4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CIRRUS_CLONE_DEPTH: 1
|
CIRRUS_CLONE_DEPTH: 10
|
||||||
MAKE_FLAGS: -j 2
|
MAKE_FLAGS: -j 2
|
||||||
|
|
||||||
pkginstall_script:
|
pkginstall_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user