[PATCH] ci: Refresh CI files with current lcitool

Martin Kletzander posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cf488c5e65a7b50f97cfd7377c57a733aae08e4e.1679647374.git.mkletzan@redhat.com
ci/gitlab/builds.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ci: Refresh CI files with current lcitool
Posted by Martin Kletzander 1 year, 1 month ago
This updates to FreeBSD 12.4 which has clang that supports
-fsemantic-interposition, plus of course updates the system.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 ci/gitlab/builds.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index d982824b65ad..545478d3516d 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -837,7 +837,7 @@ x86_64-freebsd-12:
   needs: []
   allow_failure: false
   variables:
-    CIRRUS_VM_IMAGE_NAME: freebsd-12-3
+    CIRRUS_VM_IMAGE_NAME: freebsd-12-4
     CIRRUS_VM_IMAGE_SELECTOR: image_family
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     INSTALL_COMMAND: pkg install -y
-- 
2.40.0
Re: [PATCH] ci: Refresh CI files with current lcitool
Posted by Michal Prívozník 1 year, 1 month ago
On 3/24/23 09:42, Martin Kletzander wrote:
> This updates to FreeBSD 12.4 which has clang that supports
> -fsemantic-interposition, plus of course updates the system.
> 
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
>  ci/gitlab/builds.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
> index d982824b65ad..545478d3516d 100644
> --- a/ci/gitlab/builds.yml
> +++ b/ci/gitlab/builds.yml
> @@ -837,7 +837,7 @@ x86_64-freebsd-12:
>    needs: []
>    allow_failure: false
>    variables:
> -    CIRRUS_VM_IMAGE_NAME: freebsd-12-3
> +    CIRRUS_VM_IMAGE_NAME: freebsd-12-4
>      CIRRUS_VM_IMAGE_SELECTOR: image_family
>      CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
>      INSTALL_COMMAND: pkg install -y

Perfect!

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal