qemu/tests/lcitool/projects/qemu-minimal.yml
Thomas Huth fd77b25bbd 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>
2024-05-17 11:16:28 +02:00

27 lines
338 B
YAML

# Very minimal set of qemu packages, used for minimal cross-compile sanity checks
---
packages:
- bash
- bc
- bison
- ccache
- findutils
- flex
- gcc
- gcc-native
- glib2
- glib2-native
- glib2-static
- libc-static
- libfdt
- libffi
- make
- meson
- ninja
- pixman
- pkg-config
- python3
- python3-venv
- sed
- tar