tests/lcitool: Install mingw-w64-tools for the Windows cross-builds

Beside g++ we also need the mingw-w64-tools for properly building
the code in qga/vss-win32/ , so let's install that package now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240601070543.37786-5-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240603175328.3823123-11-alex.bennee@linaro.org>
This commit is contained in:
Thomas Huth 2024-06-03 18:53:26 +01:00 committed by Alex Bennée
parent 06f3330bb0
commit 61d1e3cbde
2 changed files with 2 additions and 0 deletions

View file

@ -75,6 +75,7 @@ ENV NINJA "/usr/bin/ninja"
ENV PYTHON "/usr/bin/python3"
RUN nosync dnf install -y \
mingw-w64-tools \
mingw32-nsis \
mingw64-SDL2 \
mingw64-SDL2_image \

View file

@ -2,3 +2,4 @@
---
packages:
- g++
- mingw-w64-tools