On Tue, Jul 07, 2026 at 12:02:18PM -0400, Joshua Washington wrote: > > > > Better but fails on 32 bit build during post-merge testing > > DPDK 26.07.0-rc2 > > Will fix in v3. Is there a way I can test 32-bit compile using > test-meson-builds.sh? It doesn't seem to be covered there by default.
It is covered if the necessary 32-bit multilib packages are available. I verified using my ubuntu install here, and after installing gcc-multilib package I had 32-bit builds from test-meson-builds.sh. Unfortunately, the multilib package for 32-bit conflicts with the packages for arm and PPC building, which is why I didnt have them installed myself before now. /Bruce

