On Tue, 7 Jul 2026 at 18:02, Joshua Washington <[email protected]> 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. >
You'll need support in your toolchain, but this script does support 32-bit compilation. On debian for example, you'll need (at least): dpkg --add-architecture i386 apt install -y gcc-multilib g++-multilib libnuma-dev:i386 If you have a personal github account, it is also possible to try your changes after enabling github actions in your dpdk fork. -- David Marchand

