On Tue, Nov 25, 2025 at 12:46:52 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > - Add AlmaLinux 10 > - Add CentOS Stream 10 > - Add Fedora 43 > - Remove EOL Fedora 41 > - Switch mingw from Fedora 42 to Fedora 43 > - Switch integration tests from Fedora 41 to Fedora 43 > > Signed-off-by: Michal Privoznik <[email protected]> > --- > > v2 of: > > https://lists.libvirt.org/archives/list/[email protected]/thread/XSPNVXFPVOXNYSOXOTS2ZY77AQMBJNWF/ > > diff to v1: > - Added AlmaLinux 10 and CentOS Stream 10 > > Greenish pipeline: > > https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/2178025436
> diff --git a/ci/manifest.yml b/ci/manifest.yml > index 21d570cb00..dad7e4ba3a 100644 > --- a/ci/manifest.yml > +++ b/ci/manifest.yml > @@ -19,6 +19,19 @@ targets: > RPM: skip > CC: clang > > + almalinux-10: > + jobs: > + - arch: x86_64 > + builds: false > + variables: > + RPM: skip > + > + - arch: x86_64 > + suffix: -clang > + variables: > + RPM: skip > + CC: clang > + > alpine-322: x86_64 > > alpine-edge: > @@ -27,6 +40,10 @@ targets: > allow-failure: true > > centos-stream-9: > + jobs: > + - arch: x86_64 I'd suggest we keep the RPM artifacts also for centos-9 if anyone wants to use them as e.g. scratch builds for testing upstream code. > + > + centos-stream-10: > jobs: > - arch: x86_64 > artifacts: ^^^^ > @@ -104,14 +121,6 @@ targets: Reviewed-by: Peter Krempa <[email protected]>
