Hello,

"snap" images are not usable. they break all the time.
let us switch to freebsd-12.1 (the only available stable image)

Cheers,
Ilya Shipitcin
From 19206e40c7f7d7bbef014a660fc2060f3882a9de Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Wed, 4 Mar 2020 01:18:02 +0500
Subject: [PATCH] BUILD: cirrus-ci: get rid of unstable freebsd images

the only stable available freebsd image on cirrus is 12.1
let us drop all "snap" images, they are unusable for running tests
because of being fragile
---
 .cirrus.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 86b404782..982773467 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,14 +1,10 @@
 FreeBSD_task:
   freebsd_instance:
     matrix:
-      image_family: freebsd-13-0-snap
-      image_family: freebsd-12-1-snap
-      image_family: freebsd-11-3-snap
+      image_family: freebsd-12-1
   only_if: $CIRRUS_BRANCH =~ 'master|next'
-  env:
-    IGNORE_OSVERSION: yes # supress package installation error on FreeBSD-13
   install_script:
-    - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat
+    - pkg update -f && pkg upgrade -y && pkg install -y openssl111 git gmake lua53 socat
   script:
     - git clone https://github.com/VTest/VTest.git ../vtest
     - make -C ../vtest
-- 
2.24.1

Reply via email to