Re: [libvirt] [jenkins-ci PATCH 01/17] guests: Deal with multilib path

2019-10-02 Thread Andrea Bolognani
On Tue, 2019-10-01 at 16:28 +0200, Fabiano FidĂȘncio wrote: > +# Add the multilib path to the LD_LIBRARY_PATH, PKG_CONFIG_PATH, and > GI_TYPELIB_PATH > +# The multilib path can be discovered either using `dpkg-architecture` (on > Debian based > +# machines) or by calling `rpm --eval '%{_lib}'` (on

[libvirt] [jenkins-ci PATCH 01/17] guests: Deal with multilib path

2019-10-01 Thread Fabiano FidĂȘncio
When building a project using Meson, the project will be installed respecting the multi-library path. In order to get the right path we should do: - Debian based machines: - Use the value of `dpkg-architecture -q DEB_TARGET_MULTIARCH` - RPM based machines: - Use the value of `rpm --eval '%{_li