Open karaketir16 opened 1 week ago
fix #1615
python3-tomli required for
build-sim SIM=qemu
in Ubuntu 22.04, I did not try other operating systems.
Why wouldn't this have triggered a problem here?
when this package isn't part of the prerequisites installation script?
If I understand correctly, you are using a GitHub Ubuntu Image, that has pre-installed tools.
https://github.com/actions/runner-images/blob/ubuntu22/20241015.1/images/ubuntu/Ubuntu2204-Readme.md
But, I cannot found tomli
in the list.
The error is added with this patch.
https://patchwork.kernel.org/project/qemu-devel/patch/20230828103856.46031-6-pbonzini@redhat.com/
I have checked.
https://github.com/karaketir16/test-workflows/actions/runs/11853849709/job/33034785384#step:4:1
GitHub Runner Ubuntu 22.04 image has tomli
I ran this a few days back on a fresh ubuntu 22.04 container from the LXD repo and I didn't have to install tomli, the build script of QEMU uses a python venv and installs needed packages itself.
python3-tomli required for
build-sim SIM=qemu
in Ubuntu 22.04, I did not try other operating systems.