travis: fix x86 libiscsi detection
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 26 Jul 2020 19:48:59 +0000 (20:48 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 26 Jul 2020 20:02:58 +0000 (21:02 +0100)
commit7a64f9e42026cdac5efbbe4a605917de3467fae3
treeb7ad891b2cb7c40f7fab303c28920406d0aa98b7
parent830c71d749176ecd881d386ea8d7941ed2337d96
travis: fix x86 libiscsi detection

When cross compiling to 32 bit systems, pkg-config has to find 32 bit
libraries. This can be done by one of the following
- Setting PKG_CONFIG_PATH/PKG_CONFIG_LIBDIR to an appropriate directory
- Using a 32 bit pkg-config binary

Choose the later for now by installing a 32 bit pkg-config (which will
replace the 64 bit one). This should fix failing CI on the 32 bit x86
build.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
ci/travis-install.sh