[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 06/13] ci: move external build environment setups to CentO
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9 |
Date: |
Mon, 15 Apr 2024 18:15:12 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Fri, Apr 12, 2024 at 03:24:08PM +0200, Thomas Huth wrote:
> From: Paolo Bonzini <pbonzini@redhat.com>
>
> RHEL 9 (and thus also the derivatives) are available since two years
> now, so according to QEMU's support policy, we can drop the active
> support for the previous major version 8 now.
>
> Thus upgrade our CentOS Stream build environment playbooks to major
> version 9 now.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Message-ID: <20240412103708.27650-1-pbonzini@redhat.com>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> .../stream/{8 => 9}/build-environment.yml | 31 ++++++-------
> .../stream/{8 => 9}/x86_64/configure | 4 +-
> .../stream/{8 => 9}/x86_64/test-avocado | 0
> scripts/ci/setup/build-environment.yml | 44 +++++++------------
> 4 files changed, 34 insertions(+), 45 deletions(-)
> rename scripts/ci/org.centos/stream/{8 => 9}/build-environment.yml (75%)
> rename scripts/ci/org.centos/stream/{8 => 9}/x86_64/configure (98%)
> rename scripts/ci/org.centos/stream/{8 => 9}/x86_64/test-avocado (100%)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH v2 01/13] tests: Remove Ubuntu 20.04 container, (continued)
- [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update, Thomas Huth, 2024/04/12
- [PATCH v2 05/13] .travis.yml: Update the jobs to Ubuntu 22.04, Thomas Huth, 2024/04/12
- [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8, Thomas Huth, 2024/04/12
- [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9, Thomas Huth, 2024/04/12
- Re: [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9,
Daniel P . Berrangé <=
- [PATCH v2 07/13] Bump minimum glib version to v2.66, Thomas Huth, 2024/04/12
- [PATCH v2 08/13] Remove glib compatibility code that is not required anymore, Thomas Huth, 2024/04/12
- [PATCH v2 10/13] block/nbd: Use URI parsing code from glib, Thomas Huth, 2024/04/12
- [PATCH v2 09/13] block/gluster: Use URI parsing code from glib, Thomas Huth, 2024/04/12