My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4545 from facebook/cirrusci_bsd_fix

[ci] update freebsd image

authored by

Yann Collet and committed by
GitHub
af99f8bd c336acbd

+1 -1
+1 -1
vendor/git/zstd-c/.cirrus.yml
··· 2 2 name: FreeBSD (make check) 3 3 freebsd_instance: 4 4 matrix: 5 - image_family: freebsd-14-2 5 + image_family: freebsd-15-0-amd64-zfs 6 6 install_script: pkg install -y gmake coreutils 7 7 script: | 8 8 MOREFLAGS="-Werror" gmake -j all