On Tue, Jun 02, 2026 at 09:38:42 +0200, Michal Prívozník wrote: > On 6/2/26 08:57, Peter Krempa via Devel wrote: > > From: Peter Krempa <[email protected]> > > > > Drop the job definitions now that Cirrus CI was removed. > > > > Signed-off-by: Peter Krempa <[email protected]> > > --- > > ci/cirrus/freebsd-14.vars | 16 ---------------- > > ci/cirrus/freebsd-15.vars | 16 ---------------- > > ci/cirrus/macos-14.vars | 16 ---------------- > > 3 files changed, 48 deletions(-) > > delete mode 100644 ci/cirrus/freebsd-14.vars > > delete mode 100644 ci/cirrus/freebsd-15.vars > > delete mode 100644 ci/cirrus/macos-14.vars > > Here, you want this change to prevent lcitool from creating ci/cirrus dir: > > diff --git a/ci/manifest.yml b/ci/manifest.yml > index 2a48735a7d..31de78660d 100644 > --- a/ci/manifest.yml > +++ b/ci/manifest.yml > @@ -5,6 +5,9 @@ gitlab: > namespace: libvirt > project: libvirt > > +cirrus: > + enabled: false > +
I'll delete the directory, but IMO the proper solution will be to delete cirrus support from lcitool completely, since there's no point in having it at this point.
