On 6/18/24 11:53, Daniel P. Berrangé wrote: > The ci/manifest.yml file references a package 'libclang-rt-dev' that > does not exist in libvirt-ci mappings.yml. The latest refresh in > > commit 0759cf3fa6ed8d12bd327c5752785c53e35c8483 > Author: Michal Prívozník <mprivozn@xxxxxxxxxx> > Date: Fri May 3 15:58:20 2024 +0200 > > ci: Introduce Ubuntu 24.04 > > was presumably done against a local change to libvirt-ci.git that > had not yet been merged, as the clang packages now appear on many > more build envs. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > ci/buildenv/almalinux-9.sh | 2 +- > ci/buildenv/debian-11-cross-aarch64.sh | 1 + > ci/buildenv/debian-11-cross-armv6l.sh | 1 + > ci/buildenv/debian-11-cross-armv7l.sh | 1 + > ci/buildenv/debian-11-cross-i686.sh | 1 + > ci/buildenv/debian-11-cross-mips64el.sh | 1 + > ci/buildenv/debian-11-cross-mipsel.sh | 1 + > ci/buildenv/debian-11-cross-ppc64le.sh | 1 + > ci/buildenv/debian-11-cross-s390x.sh | 1 + > ci/buildenv/debian-11.sh | 1 + > ci/buildenv/opensuse-leap-15.sh | 1 + > ci/buildenv/opensuse-tumbleweed.sh | 1 + > ci/buildenv/ubuntu-2204.sh | 1 + > ci/containers/almalinux-9.Dockerfile | 2 +- > ci/containers/debian-11-cross-aarch64.Dockerfile | 1 + > ci/containers/debian-11-cross-armv6l.Dockerfile | 1 + > ci/containers/debian-11-cross-armv7l.Dockerfile | 1 + > ci/containers/debian-11-cross-i686.Dockerfile | 1 + > ci/containers/debian-11-cross-mips64el.Dockerfile | 1 + > ci/containers/debian-11-cross-mipsel.Dockerfile | 1 + > ci/containers/debian-11-cross-ppc64le.Dockerfile | 1 + > ci/containers/debian-11-cross-s390x.Dockerfile | 1 + > ci/containers/debian-11.Dockerfile | 1 + > ci/containers/opensuse-leap-15.Dockerfile | 1 + > ci/containers/opensuse-tumbleweed.Dockerfile | 1 + > ci/containers/ubuntu-2204.Dockerfile | 1 + > ci/lcitool/projects/libvirt.yml | 2 +- > 27 files changed, 27 insertions(+), 3 deletions(-) Oops. Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal