[ovs-dev] [PATCH] cirrus: Use FreeBSD 12.2.

Ilya Maximets i.maximets at ovn.org
Wed Feb 10 16:02:44 UTC 2021


FreeBSD 12.1 reached EOL and our builds are failing on Cirrus CI.
Updating to 12.2 - current production release.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---

Tested and works fine:
  https://cirrus-ci.com/build/4508613731418112

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

diff --git a/.cirrus.yml b/.cirrus.yml
index 263c2cd7e..2caf36b85 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,7 @@ freebsd_build_task:
 
   freebsd_instance:
     matrix:
-      image_family: freebsd-12-1-snap
+      image_family: freebsd-12-2-snap
       image_family: freebsd-11-4-snap
     cpu: 4
     memory: 8G
-- 
2.26.2



More information about the dev mailing list