mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Merge branch 'cb/use-freebsd-13-2-at-cirrus-ci'
Cirrus CI jobs started breaking because we specified version of FreeBSD that is no longer available, which has been corrected. * cb/use-freebsd-13-2-at-cirrus-ci: ci: update FreeBSD cirrus job
This commit is contained in:
commit
c0515b3155
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
|
||||
freebsd_12_task:
|
||||
freebsd_task:
|
||||
env:
|
||||
GIT_PROVE_OPTS: "--timer --jobs 10"
|
||||
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
|
||||
|
@ -9,7 +9,7 @@ freebsd_12_task:
|
|||
DEFAULT_TEST_TARGET: prove
|
||||
DEVELOPER: 1
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-3
|
||||
image_family: freebsd-13-2
|
||||
memory: 2G
|
||||
install_script:
|
||||
pkg install -y gettext gmake perl5
|
||||
|
|
Loading…
Reference in a new issue