diff mbox series

.gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2

Message ID 20230823144533.230477-1-thuth@redhat.com
State New
Headers show
Series .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2 | expand

Commit Message

Thomas Huth Aug. 23, 2023, 2:45 p.m. UTC
The FreeBSD CI job started to fail due to linking problems ... time
to update to the latest version to get this fixed.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel P. Berrangé Aug. 23, 2023, 2:57 p.m. UTC | #1
On Wed, Aug 23, 2023 at 04:45:33PM +0200, Thomas Huth wrote:
> The FreeBSD CI job started to fail due to linking problems ... time
> to update to the latest version to get this fixed.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .gitlab-ci.d/cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
Alex Bennée Aug. 24, 2023, 12:27 p.m. UTC | #2
Thomas Huth <thuth@redhat.com> writes:

> The FreeBSD CI job started to fail due to linking problems ... time
> to update to the latest version to get this fixed.

Queued to testing/next, thanks.
Stefan Hajnoczi Aug. 24, 2023, 2:33 p.m. UTC | #3
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
diff mbox series

Patch

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 1507c928e5..41d64d6680 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -50,7 +50,7 @@  x64-freebsd-13-build:
     NAME: freebsd-13
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     CIRRUS_VM_IMAGE_SELECTOR: image_family
-    CIRRUS_VM_IMAGE_NAME: freebsd-13-1
+    CIRRUS_VM_IMAGE_NAME: freebsd-13-2
     CIRRUS_VM_CPUS: 8
     CIRRUS_VM_RAM: 8G
     UPDATE_COMMAND: pkg update; pkg upgrade -y