[libvirt-jenkins-ci PATCH 0/4] Fixes and improvements to cross-build environments

Andrea Bolognani posted 4 patches 4 years, 2 months ago
Failed in applying to current master (apply log)
guests/lcitool                           | 15 +++------------
guests/playbooks/build/jobs/defaults.yml |  2 --
jenkins/jobs/defaults.yaml               |  2 --
3 files changed, 3 insertions(+), 16 deletions(-)
[libvirt-jenkins-ci PATCH 0/4] Fixes and improvements to cross-build environments
Posted by Andrea Bolognani 4 years, 2 months ago
The first two commits are necessary to build container images that
can successfully be used in libosinfo's GitLab CI setup, which is
currently not performing MinGW builds because of the issues they
address.

Andrea Bolognani (4):
  lcitool: Install dpkg-dev when doing cross-builds on Debian
  Don't set $PKG_CONFIG_LIBDIR anywhere
  lcitool: Drop duplicated code
  lcitool: Don't specify --target in $CONFIGURE_OPTS

 guests/lcitool                           | 15 +++------------
 guests/playbooks/build/jobs/defaults.yml |  2 --
 jenkins/jobs/defaults.yaml               |  2 --
 3 files changed, 3 insertions(+), 16 deletions(-)

-- 
2.24.1

Re: [libvirt-jenkins-ci PATCH 0/4] Fixes and improvements to cross-build environments
Posted by Fabiano Fidêncio 4 years, 2 months ago
On Tue, Feb 25, 2020 at 1:17 PM Andrea Bolognani <abologna@redhat.com> wrote:
>
> The first two commits are necessary to build container images that
> can successfully be used in libosinfo's GitLab CI setup, which is
> currently not performing MinGW builds because of the issues they
> address.
>
> Andrea Bolognani (4):
>   lcitool: Install dpkg-dev when doing cross-builds on Debian
>   Don't set $PKG_CONFIG_LIBDIR anywhere
>   lcitool: Drop duplicated code
>   lcitool: Don't specify --target in $CONFIGURE_OPTS
>
>  guests/lcitool                           | 15 +++------------
>  guests/playbooks/build/jobs/defaults.yml |  2 --
>  jenkins/jobs/defaults.yaml               |  2 --
>  3 files changed, 3 insertions(+), 16 deletions(-)
>
> --
> 2.24.1
>

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>