aboutsummaryrefslogtreecommitdiff
path: root/tests/lcitool/projects
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-06-03 18:53:26 +0100
committerAlex Bennée <alex.bennee@linaro.org>2024-06-06 10:26:13 +0100
commit61d1e3cbde0e6e84de4edc1b944a61f352f95d57 (patch)
tree0a874f3f3a576eef263bcaeab72235a0039b4dcf /tests/lcitool/projects
parent06f3330bb0b04607c5b16cdcb516a76e5f3f7dc6 (diff)
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>
Diffstat (limited to 'tests/lcitool/projects')
-rw-r--r--tests/lcitool/projects/qemu-win-installer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lcitool/projects/qemu-win-installer.yml b/tests/lcitool/projects/qemu-win-installer.yml
index 86aa22297c..f3663ba030 100644
--- a/tests/lcitool/projects/qemu-win-installer.yml
+++ b/tests/lcitool/projects/qemu-win-installer.yml
@@ -2,3 +2,4 @@
---
packages:
- g++
+ - mingw-w64-tools