Re: [PATCH] fix freebsd ci, update freebsd image

2021-02-12 Thread Christopher Faulet

Le 11/02/2021 à 19:35, Илья Шипицин a écrit :

Hello,

attached patch fix freebsd builds.

Ilya


Thanks, now merged !

--
Christopher Faulet



Re: [PATCH] fix freebsd ci, update freebsd image

2021-02-12 Thread Tim Düsterhus
Willy,

Am 11.02.21 um 19:35 schrieb Илья Шипицин:
> attached patch fix freebsd builds.

This one looks good to me. Please take it.

Best regards
Tim Düsterhus



[PATCH] fix freebsd ci, update freebsd image

2021-02-11 Thread Илья Шипицин
Hello,

attached patch fix freebsd builds.

Ilya
From 6b2c848cfa563f5b0c8cd34f3fa5ce99847d91a3 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Thu, 11 Feb 2021 23:32:30 +0500
Subject: [PATCH] CI: cirrus: update FreeBSD image to 12.2

we already tried to run FreeBSD-stable. it is pain,
so we use FreeBSD releases, we need to keep packages and release in sync.

let us update to released FreeBSD-12.2
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index e8b70de6d..0ac21bf0d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
 FreeBSD_task:
   freebsd_instance:
 matrix:
-  image_family: freebsd-12-1
+  image_family: freebsd-12-2
   only_if: $CIRRUS_BRANCH =~ 'master|next'
   install_script:
 - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat
-- 
2.29.2