diff mbox series

[4/5] tests/lcitool: Install mingw-w64-tools for the Windows cross-builds

Message ID 20240601070543.37786-5-thuth@redhat.com (mailing list archive)
State New
Headers show
Series tests: Update Fedora and Alpine containers via lcitool | expand

Commit Message

Thomas Huth June 1, 2024, 7:05 a.m. UTC
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>
---
 tests/lcitool/projects/qemu-win-installer.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel P. Berrangé June 3, 2024, 9:34 a.m. UTC | #1
On Sat, Jun 01, 2024 at 09:05:42AM +0200, Thomas Huth wrote:
> 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>
> ---
>  tests/lcitool/projects/qemu-win-installer.yml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
Philippe Mathieu-Daudé June 3, 2024, 11:20 a.m. UTC | #2
On 1/6/24 09:05, Thomas Huth wrote:
> 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>
> ---
>   tests/lcitool/projects/qemu-win-installer.yml | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

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