]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge pull request #2836 from ngie-eign/add-freebsd-15-cirrus-ci
authorMartin Matuška <martin@matuska.de>
Mon, 5 Jan 2026 09:32:49 +0000 (10:32 +0100)
committerMartin Matuska <martin@matuska.de>
Mon, 5 Jan 2026 09:43:57 +0000 (10:43 +0100)
Expand the test matrix to include 15.x images/ZFS

(cherry picked from commit 02eba338259165f8e07ca00032add9679d307116)

.cirrus.yml

index d5c6d65b5120697e4af0beb2f61579f9893ac861..523d9cb61facb6754748763adb52c503f97f2ab4 100644 (file)
@@ -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: