tests/lcitool: Install mingw-w64-tools for the Windows cross-builds
authorThomas Huth <thuth@redhat.com>
Mon, 3 Jun 2024 17:53:26 +0000 (18:53 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Jun 2024 09:26:13 +0000 (10:26 +0100)
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>

tests/docker/dockerfiles/fedora-win64-cross.docker
tests/lcitool/projects/qemu-win-installer.yml

index fef846d5a6b0d10fea4ca0a0990b4ea65a4650b8..007e1574bd9699dc4f0a7ed04f2680fb34e71b0a 100644 (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 \
index 86aa22297c0d918b7b32c974751799089c92c222..f3663ba030c3a91c22d80a032b76e93222c50f37 100644 (file)
@@ -2,3 +2,4 @@
 ---
 packages:
  - g++
+ - mingw-w64-tools