From 5e5325c6626cce4463b2d269ac7da79618d37e5d Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Wed, 17 Mar 2021 10:59:24 +1100 Subject: [PATCH] cirrus-ci: Update FreeBSD release Unlike Linux distros where every release has a separate set of packages, FreeBSD's ports system has just one set of packages that's used with every release. The ports system is only guaranteed to be compatible with the latest stable and development releases; if you have an older release installed and you try to update ports before you've updated the base OS, things can break in weird ways. Apparently FreeBSD 12.2 was recently released, so our 12.1-based CI runs started breaking. Bumping the images to 12.2 should fix things. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ecf300da..c5d8b281 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ freebsd_task: freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-12-2 gmake_script: pkg install -y gmake matrix: - name: freebsd_clang