We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5233d10 + 7007bf4 commit 14f8a92Copy full SHA for 14f8a92
2 files changed
.cirrus.yml
@@ -2,9 +2,9 @@ task:
2
freebsd_instance:
3
cpu: 1
4
matrix:
5
- - image_family: freebsd-14-0-snap
6
- - image_family: freebsd-13-1
7
- - image_family: freebsd-12-3
+ - image_family: freebsd-15-0-snap
+ - image_family: freebsd-14-0
+ - image_family: freebsd-13-2
8
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
9
build_script:
10
- ./Configure -n freebsd
tests/TestDB
@@ -151,3 +151,4 @@ LT_CC LT_DIAL_darwin LT_VERS=1900
151
LT_BIGF LT_CC LT_DIAL_darwin LT_VERS=1900
152
LT_BIGF LT_CC LT_DIAL_openbsd LT_VERS=7020
153
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