Skip to content

Commit 91656b4

Browse files
asomerstonyhutter
authored andcommitted
Update FreeBSD CI images
* FreeBSD 12 is EoL. Drop it. * Use the latest FreeBSD 13 and 14 versions. * Add FreeBSD 15.0-CURRENT. * Use the current python version. Sponsored by: ConnectWise Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Alan Somers <[email protected]> Closes openzfs#17139
1 parent 53cbf06 commit 91656b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ env:
55
build_task:
66
matrix:
77
freebsd_instance:
8-
image_family: freebsd-12-4
8+
image_family: freebsd-13-5
99
freebsd_instance:
10-
image_family: freebsd-13-2
10+
image_family: freebsd-14-2
1111
freebsd_instance:
12-
image_family: freebsd-14-0-snap
12+
image_family: freebsd-15-0-snap
1313
prepare_script:
14-
- pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py39-sysctl
14+
- pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py311-packaging py311-cffi py311-sysctl
1515
configure_script:
1616
- env MAKE=gmake ./autogen.sh
17-
- env MAKE=gmake ./configure --with-config="user" --with-python=3.9
17+
- env MAKE=gmake ./configure --with-config="user" --with-python=3.11
1818
build_script:
1919
- gmake -j `sysctl -n kern.smp.cpus`
2020
install_script:

0 commit comments

Comments
 (0)