]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/lcitool: Remove g++ from the containers (except for the MinGW one)
authorThomas Huth <thuth@redhat.com>
Thu, 16 May 2024 08:40:57 +0000 (10:40 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 17 May 2024 09:16:28 +0000 (11:16 +0200)
commitfd77b25bbde962395b93335ade09b6d3127a6537
tree2f750dd43344a0b30b6bcb8682a3e33220283860
parent9ebe09e633773bebd2dc52b151fb48c1b9b0542a
tests/lcitool: Remove g++ from the containers (except for the MinGW one)

We don't need C++ for the normal QEMU builds anymore, so installing
g++ in each and every container seems to be a waste of time and disk
space. The only container that still needs it is the Fedora MinGW
container that builds the only remaining C++ code in ./qga/vss-win32/
and we can install it there with an extra project yml file instead.

Message-ID: <20240516084059.511463-4-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/lcitool/projects/qemu-minimal.yml
tests/lcitool/projects/qemu-win-installer.yml [new file with mode: 0644]
tests/lcitool/projects/qemu.yml
tests/lcitool/refresh