From 8fca4ee5d83010c983703b29a3fde87a77190d2f Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Mon, 22 Feb 2021 13:25:20 +0100 Subject: [PATCH] update .cirrus.yml autoconf update requires latest m4 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f69c1deb9d..c782f13f9d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,13 +1,13 @@ # Build configuration for https://cirrus-ci.com/github/LibreDWG/libredwg # See https://cirrus-ci.org/guide/FreeBSD/ freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-12-2 task: auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'smoke/.*' only_if: $CIRRUS_BRANCH =~ 'smoke/.*' || $CIRRUS_BRANCH == 'master' install_script: - - pkg install -y autoconf automake libtool pkgconf python37 py37-libxml2 pcre2 libxml2 + - pkg install -y m4 autoconf automake libtool pkgconf python37 py37-libxml2 pcre2 libxml2 texinfo p5-Convert-Binary-C build_script: - sh ./autogen.sh