Re: [dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build

2020-11-05 Thread Bruce Richardson
On Thu, Nov 05, 2020 at 12:13:37PM +0100, Thomas Monjalon wrote: > 05/11/2020 12:07, Bruce Richardson: > > 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 b

Re: [dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build

2020-11-05 Thread Thomas Monjalon
05/11/2020 12:21, Bruce Richardson: > On Thu, Nov 05, 2020 at 12:13:37PM +0100, Thomas Monjalon wrote: > > 05/11/2020 12:07, Bruce Richardson: > > > 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

Re: [dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build

2020-11-05 Thread Bruce Richardson
On Thu, Nov 05, 2020 at 12:13:37PM +0100, Thomas Monjalon wrote: > 05/11/2020 12:07, Bruce Richardson: > > 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 b

Re: [dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build

2020-11-05 Thread Thomas Monjalon
05/11/2020 12:07, Bruce Richardson: > 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 pos

[dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build

2020-11-05 Thread Bruce Richardson
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