From af9d2a8f1e27249b8f6bf1f4936da25616c2e10e Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Mon, 15 Feb 2021 13:58:55 -0500 Subject: [PATCH] cirrus: Use FreeBSD 12.2 This seems to fix the build with Autotools that recently started to fail with: autom4te-2.69: need GNU m4 1.4 or later: /usr/local/bin/gm4 aclocal: error: /usr/local/bin/autom4te-2.69 failed with exit status: 1 autoreconf-2.69: aclocal failed with exit status: 1 Closes strongswan/strongswan#197. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c4c5228b4..b167243b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-1-release-amd64 + image_family: freebsd-12-2 env: TESTS_REDUCED_KEYLENGTHS: yes