On 29/05/2024 18.09, Alex Bennée wrote:
We have to simultaneously update a few bits on our side as lcitool has
already deprecated fedora-38, alpine-3.18 and centos-8-stream. However
there is no change to the package list yet.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Have you tried a CI run with these changes? I don't think this will work
yet. There are various issues with Fedora 40 that we need to solve first.
Some of them are addressed with patches in my pull request from today, but
others need more work first:
- Avocado v88 is broken on Fedora 40 due to the missing "imp" package.
I've got a pull request for lci-tool pending, but it is not merged yet:
https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/489
- The "clang-system" jobs are failing due to the new -fsanitize=undefined
errors that it discovers. Question is whether we want to fix all of them,
or whether we disable the error detection instead.
- build-oss-fuzz job was failing, but that should get fixed with the
patches from my PR from today (thanks to Alexander Bulekov for the
patches)
So unless I missed something, you've got to postpone this patch a little bit.
Thomas