On 9/8/23 13:19, Stefan Hajnoczi wrote: > Hi Ilya and Jason, > There is a CI failure related to a missing Debian libxdp-dev package: > https://gitlab.com/qemu-project/qemu/-/jobs/5046139967 > > I think the issue is that the debian-amd64 container image that QEMU > uses for testing is based on Debian 11 ("bullseye" aka "oldstable") > and libxdp is not available on that release: > https://packages.debian.org/search?keywords=libxdp&searchon=names&suite=oldstable§ion=all
Hmm. Sorry about that. > > If we need to support Debian 11 CI then either XDP could be disabled > for that distro or libxdp could be compiled from source. I'd suggest we just remove the attempt to install the package for now, building libxdp from sources may be a little painful to maintain. Can be re-added later once distributions with libxdp 1.4+ will be more widely available, i.e. when fedora dockerfile will be updated to 39, for example. That should be soon-ish, right? > > I have CCed Daniel Berrangé, because I think he knows how lcitool and > QEMU's minimum distro requirements work. Maybe he can suggest a way > forward. > > Thanks, > Stefan