Skip to content

Commit 649162c

Browse files
committed
Merge branch 'cb/ci-freebsd-update-to-14.3'
CI updates. * cb/ci-freebsd-update-to-14.3: ci: update FreeBSD image to 14.3
2 parents 0dc5b76 + 1e77de1 commit 649162c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.cirrus.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ freebsd_task:
55
env:
66
GIT_PROVE_OPTS: "--timer --jobs 10"
77
GIT_TEST_OPTS: "--no-chain-lint --no-bin-wrappers"
8-
MAKEFLAGS: "-j4"
8+
GIT_SKIP_TESTS: t7815.12
9+
MAKEFLAGS: -j4
910
DEFAULT_TEST_TARGET: prove
11+
DEFAULT_UNIT_TEST_TARGET: unit-tests-prove
1012
DEVELOPER: 1
1113
freebsd_instance:
12-
image_family: freebsd-13-4
14+
image_family: freebsd-14-3
1315
memory: 2G
1416
install_script:
1517
pkg install -y gettext gmake perl5
@@ -19,4 +21,4 @@ freebsd_task:
1921
build_script:
2022
- su git -c gmake
2123
test_script:
22-
- su git -c 'gmake DEFAULT_UNIT_TEST_TARGET=unit-tests-prove test unit-tests'
24+
- su git -c 'gmake test unit-tests'

0 commit comments

Comments
 (0)