[libvirt PATCH v2 3/3] ci: Build on FreeBSD 12.2

Andrea Bolognani abologna at redhat.com
Fri Feb 12 15:40:38 UTC 2021


The FreeBSD 12.1 image on Cirrus CI is currently broken, but
that's okay because a FreeBSD 12.2 image is also available and
we'd rather build on the more up-to-date target anyway.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb1d4d46b5..4563bccdf1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -418,7 +418,7 @@ x64-freebsd-12-build:
     NAME: freebsd-12
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     CIRRUS_VM_IMAGE_SELECTOR: image_family
-    CIRRUS_VM_IMAGE_NAME: freebsd-12-1
+    CIRRUS_VM_IMAGE_NAME: freebsd-12-2
     INSTALL_COMMAND: pkg install -y
 
 x64-macos-1015-build:
-- 
2.26.2




More information about the libvir-list mailing list