]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed to freebsd 15 cirrusci_bsd_fix 4545/head
authorYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 17:40:47 +0000 (09:40 -0800)
committerYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 17:40:47 +0000 (09:40 -0800)
since the image 16 does not seem to work

.cirrus.yml

index 13258ededabfe6f76c986dec2746f8b87894ef32..b8782ca48a6e7d7a0b58c2e0612e3801672f706b 100644 (file)
@@ -2,7 +2,7 @@ task:
   name: FreeBSD (make check)
   freebsd_instance:
     matrix:
-      image_family: freebsd-16-0-snap
+      image_family: freebsd-15-0-amd64-zfs
   install_script: pkg install -y gmake coreutils
   script: |
     MOREFLAGS="-Werror" gmake -j all