Skip to content

ci: import lcitool project package list definitions

Daniel P. Berrangé requested to merge berrange/libnbd:ci-proj into master

The project package lists previously held in libvirt-ci.git are being moved into their respective project git repos.

The build targets are updated

  • Add AlmaLinux 9, Fedora 40, Ubuntu 24.04
  • Remove Fedora 38, CentOS Stream 8, Ubuntu 20.04

NB, with this MR, I'm seeing build failures on Fedora rawhide, OpenSUSE Tumblewee and Alpine Edge.

All of them are showing the same issue, with the Rust tests appearing to fail/hang.

I was wondering why existing CI pipelines don't show that, and then I noticed you don't have any scheduled pipelines configured for either nbdkit or libnbd, to rebuild containers once a week, nor a nightly build job, so I suspect the containers have outdated Rust packages.

Merge request reports