From e04dcca25b2c72fbfc9ee73d4d34f78255b71481 Mon Sep 17 00:00:00 2001
From: Piotr Balcer <piotr.balcer@intel.com>
Date: Mon, 15 Jun 2020 08:12:13 +0200
Subject: [PATCH] common: fix freebsd CI

---
 .cirrus.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index e60981cba..3ebb19334 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,8 @@ freebsd_instance:
   image: freebsd-12-0-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
 
-- 
GitLab