Re: [PATCH] CI: bump cirrus-ci freebsd to 13-2

2023-04-23 Thread Willy Tarreau
Hi Ilya,

On Sat, Apr 22, 2023 at 08:29:38PM +0200,  ??? wrote:
> Hello
> 
> minor freebsd cirrus-ci image update
(...)

all 4 patches applied, thank you!

Willy



[PATCH] CI: bump cirrus-ci freebsd to 13-2

2023-04-22 Thread Илья Шипицин
Hello

minor freebsd cirrus-ci image update

Ilya
From 11ecce42b32fd533a262e5e2adc0487d347aacf0 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Sat, 22 Apr 2023 19:13:03 +0200
Subject: [PATCH 1/4] CI: cirrus-ci: bump FreeBSD image to 13-1

FreeBSD-13.2 released on April 11, 2023
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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