devtools: test 32-bit build
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 5 Nov 2020 17:21:45 +0000 (17:21 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 6 Nov 2020 17:12:10 +0000 (18:12 +0100)
commit9b83106d878412fb1142fa8571ce84c5ebabf1d5
tree331f40075c7c341f3d8ba77b2a4aaa2077a0e1d5
parent60af9bd63dd46ebd709371e88b4096fd2bc048cf
devtools: test 32-bit build

It's reasonably common for patches to have issues when built on 32-bits, so
to prevent this, we can add a 32-bit build (if supported) to the
"test-meson-builds.sh" script. The tricky bit is using a valid
PKG_CONFIG_LIBDIR, so for now we use two common possibilities for where that
should point to in order to get a successful build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-meson-builds.sh