diff --git a/.cirrus.yml b/.cirrus.yml index 3a77b7fb..38dc6f92 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-1-release-amd64 + image_family: freebsd-13-2 task: - install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake + install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake curl libarchive pcre2 bzip2 build_script: ./autogen.sh && ./configure && gmake -j3