]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Build on FreeBSD 12.2
authorAndrea Bolognani <abologna@redhat.com>
Thu, 11 Feb 2021 11:15:45 +0000 (12:15 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Feb 2021 11:11:28 +0000 (12:11 +0100)
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@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
.gitlab-ci.yml

index bb1d4d46b5e408fc6b609e8bf31c180a8a3bf12b..4563bccdf1bcdc84bfc18f9f1d32a84cdb692140 100644 (file)
@@ -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: