[libvirt PATCH v2 0/5] ci: Build RPMs on MinGW

Andrea Bolognani posted 5 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
.gitlab-ci.yml  |  11 +-
ci/jobs.sh      |  23 ++-
libvirt.spec.in | 460 +++++++++++++++++++++++++++---------------------
3 files changed, 285 insertions(+), 209 deletions(-)
[libvirt PATCH v2 0/5] ci: Build RPMs on MinGW
Posted by Andrea Bolognani 5 months, 1 week ago
Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/1075354744

Ignore the macOS 14 failure, it's caused by a temporary issue on the
Cirrus CI side.

Changes since [v1]:

  * a few patches have either been pushed (1-4) or are no longer
    needed (10), so they have been dropped;

  * the last patch has been tweaked a bit and the changes contained
    in it are now documented with a code comment.

[v1] https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/Y2W2PMWBS2EGGFNEMEZM5L5XNQ2EJSUJ/

Andrea Bolognani (5):
  rpm: Shuffle BuildRequires around
  rpm: Split call to mingw_debug_package
  rpm: Introduce with_mingw32/with_mingw64
  rpm: Introduce with_native
  ci: Build RPMs on MinGW

 .gitlab-ci.yml  |  11 +-
 ci/jobs.sh      |  23 ++-
 libvirt.spec.in | 460 +++++++++++++++++++++++++++---------------------
 3 files changed, 285 insertions(+), 209 deletions(-)

-- 
2.41.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [libvirt PATCH v2 0/5] ci: Build RPMs on MinGW
Posted by Martin Kletzander 5 months, 1 week ago
On Thu, Nov 16, 2023 at 06:48:49PM +0100, Andrea Bolognani wrote:
>Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/1075354744
>
>Ignore the macOS 14 failure, it's caused by a temporary issue on the
>Cirrus CI side.
>
>Changes since [v1]:
>
>  * a few patches have either been pushed (1-4) or are no longer
>    needed (10), so they have been dropped;
>
>  * the last patch has been tweaked a bit and the changes contained
>    in it are now documented with a code comment.
>
>[v1] https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/Y2W2PMWBS2EGGFNEMEZM5L5XNQ2EJSUJ/
>
>Andrea Bolognani (5):
>  rpm: Shuffle BuildRequires around
>  rpm: Split call to mingw_debug_package
>  rpm: Introduce with_mingw32/with_mingw64
>  rpm: Introduce with_native
>  ci: Build RPMs on MinGW
>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

> .gitlab-ci.yml  |  11 +-
> ci/jobs.sh      |  23 ++-
> libvirt.spec.in | 460 +++++++++++++++++++++++++++---------------------
> 3 files changed, 285 insertions(+), 209 deletions(-)
>
>-- 
>2.41.0
>_______________________________________________
>Devel mailing list -- devel@lists.libvirt.org
>To unsubscribe send an email to devel-leave@lists.libvirt.org
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org