From 33ac8b93a96a60a814de825cff828b9519edbb01 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 13 May 2020 16:12:17 +0100 Subject: [PATCH] CI: allow FreeBSD to update to latest packages --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 51cd9aea..71a2530b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,6 +2,8 @@ freebsd_instance: image_family: freebsd-13-0-snap task: + env: + IGNORE_OSVERSION: yes prerequisites_script: - pkg update -f - pkg upgrade -y