From: Enji Cooper Date: Mon, 5 Jan 2026 01:55:34 +0000 (-0800) Subject: Expand the test matrix to include 15.x images/ZFS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb2058bd5899f9cdfbfff986e429d9b77ae3762;p=thirdparty%2Flibarchive.git Expand the test matrix to include 15.x images/ZFS This change adds support for the following test scenarios: - 15.0-RELEASE - ZFS - 15.0-STABLE - UFS - 15.0-STABLE - ZFS This additional testing aims to catch issues with 15.x, as well as ensure libarchive use doesn't regress when run on ZFS-based hosts. Signed-off-by: Enji Cooper --- diff --git a/.cirrus.yml b/.cirrus.yml index d5c6d65b5..523d9cb61 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,3 +1,4 @@ +--- env: CIRRUS_CLONE_DEPTH: 1 ARCH: amd64 @@ -9,10 +10,21 @@ FreeBSD_task: env: BS: cmake matrix: - freebsd_instance: - image_family: freebsd-14-3 - freebsd_instance: - image_family: freebsd-13-5 + - name: 15.0-STABLE (UFS) + freebsd_instance: + image_family: freebsd-15-0-amd64-ufs-snap + - name: 15.0-RELEASE (UFS) + freebsd_instance: + image_family: freebsd-15-0-amd64-ufs + - name: 15.0-RELEASE (ZFS) + freebsd_instance: + image_family: freebsd-15-0-amd64-zfs + - name: 14.3-RELEASE + freebsd_instance: + image_family: freebsd-14-3 + - name: 13.5-RELEASE + freebsd_instance: + image_family: freebsd-13-5 prepare_script: - ./build/ci/cirrus_ci/ci.sh prepare configure_script: