From 11b8a4520ba0d8f79c168794630fde5a38e89f7a Mon Sep 17 00:00:00 2001
From: Piotr Balcer <piotr.balcer@intel.com>
Date: Thu, 20 Aug 2020 13:32:21 +0200
Subject: [PATCH] common: fix cirrus CI builds

---
 .cirrus.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index e60981cba..caabe833e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,9 +1,10 @@
 freebsd_instance:
-  image: freebsd-12-0-release-amd64
+  image: freebsd-12-1-release-amd64
 
 task:
-  install_script: pkg install -y
+  install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f;
+    pkg install -y
     autoconf bash binutils coreutils e2fsprogs-libuuid
     git gmake libunwind ncurses pkgconf hs-pandoc
 
-  script: CFLAGS="-Wno-unused-value" gmake
+  script: CFLAGS="-Wno-unused-value" gmake
\ No newline at end of file
-- 
GitLab