[PATCH] CI: Update FreeBSD to 12.4

Andrew Cooper posted 1 patch 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230822130142.430189-1-andrew.cooper3@citrix.com
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] CI: Update FreeBSD to 12.4
Posted by Andrew Cooper 8 months, 1 week ago
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Anthony PERARD <anthony.perard@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>

Example run:

  https://cirrus-ci.com/task/4911727880437760
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 9bb6cce4ead3..7e0beb200d7b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,7 +17,7 @@ freebsd_template: &FREEBSD_TEMPLATE
 task:
   name: 'FreeBSD 12'
   freebsd_instance:
-    image_family: freebsd-12-3
+    image_family: freebsd-12-4
   << : *FREEBSD_TEMPLATE
 
 task:

base-commit: a7d04b0e7935620e9f8b9e693d818bf043a5ecd6
-- 
2.30.2


Re: [PATCH] CI: Update FreeBSD to 12.4
Posted by Roger Pau Monné 8 months, 1 week ago
On Tue, Aug 22, 2023 at 02:01:42PM +0100, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks.