Skip to content

Commit 14f8a92

Browse files
committed
Merge branch 'fix-freebsd-ci'
2 parents 5233d10 + 7007bf4 commit 14f8a92

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ task:
22
freebsd_instance:
33
cpu: 1
44
matrix:
5-
- image_family: freebsd-14-0-snap
6-
- image_family: freebsd-13-1
7-
- image_family: freebsd-12-3
5+
- image_family: freebsd-15-0-snap
6+
- image_family: freebsd-14-0
7+
- image_family: freebsd-13-2
88
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
99
build_script:
1010
- ./Configure -n freebsd

tests/TestDB

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ LT_CC LT_DIAL_darwin LT_VERS=1900
151151
LT_BIGF LT_CC LT_DIAL_darwin LT_VERS=1900
152152
LT_BIGF LT_CC LT_DIAL_openbsd LT_VERS=7020
153153
LT_BIGF LT_CC LT_DIAL_openbsd LT_VERS=7030
154+
LT_BIGF LT_CC LT_DEV64 LT_DIAL_freebsd LT_VERS=15000

0 commit comments

Comments
 (0)