[libvirt] [jenkins-ci PATCH v3 0/3] Enable out-of-the-box parallel make

Andrea Bolognani abologna at redhat.com
Tue May 22 06:45:54 UTC 2018


Changes from [v2]:

* now that libvirt-perl uses Module::Build and ExtUtils::MakeMaker
  support has been dropped, we don't need to special case any job,
  so revert back to [v1] and rebase on top of master because the
  original series doesn't apply anymore.

Changes from [v1]:

* turns out some versions of ExtUtils::MakeMaker output Makefiles
  that are not entirely compatible with parallel make, which forces
  us to introduce an exception in the relevant template and shuffle
  patches around.

[v1] https://www.redhat.com/archives/libvir-list/2018-May/msg00732.html
[v2] https://www.redhat.com/archives/libvir-list/2018-May/msg01070.html

Andrea Bolognani (3):
  jobs: Enable parallel make everywhere
  guests: Set MAKEFLAGS for out-of-the-box parallel make
  jobs: Drop explicit parallel make usage

 guests/templates/bashrc |  2 ++
 jobs/autotools.yaml     | 10 +++++-----
 jobs/defaults.yaml      |  1 -
 projects/libvirt.yaml   |  4 ++--
 projects/osinfo-db.yaml |  4 ++--
 5 files changed, 11 insertions(+), 10 deletions(-)

-- 
2.17.0




More information about the libvir-list mailing list