[PATCH v2 0/3] build windows installers in ci

Gerd Hoffmann posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210726155235.2249878-1-kraxel@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Willian Rampazzo <willianr@redhat.com>, Cleber Rosa <crosa@redhat.com>, Michael Roth <michael.roth@amd.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
scripts/nsis.py                               | 27 ++++++++++++++++---
.gitlab-ci.d/crossbuild-template.yml          |  3 ++-
.gitlab-ci.d/crossbuilds.yml                  |  2 ++
meson.build                                   |  1 +
qga/installer/qemu-ga.wxs                     |  2 +-
.../dockerfiles/fedora-win32-cross.docker     |  1 +
.../dockerfiles/fedora-win64-cross.docker     |  1 +
7 files changed, 31 insertions(+), 6 deletions(-)
[PATCH v2 0/3] build windows installers in ci
Posted by Gerd Hoffmann 2 years, 9 months ago
With 8619b5ddb56f ("ci: build & store windows installer") merged at
least patch 1/3 should go into 6.1 too so the installers created by
CI do actually work.

Patches 2+3 are for the guest agent installer.

Gerd Hoffmann (3):
  nsis.py: create dlldir automatically
  ci: build & store guest agent msi
  qemu-ga/msi: fix w32 libgcc name

 scripts/nsis.py                               | 27 ++++++++++++++++---
 .gitlab-ci.d/crossbuild-template.yml          |  3 ++-
 .gitlab-ci.d/crossbuilds.yml                  |  2 ++
 meson.build                                   |  1 +
 qga/installer/qemu-ga.wxs                     |  2 +-
 .../dockerfiles/fedora-win32-cross.docker     |  1 +
 .../dockerfiles/fedora-win64-cross.docker     |  1 +
 7 files changed, 31 insertions(+), 6 deletions(-)

-- 
2.31.1