On Tue, Jul 7, 2026 at 12:10 PM David Marchand <[email protected]> wrote: > > 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
Ah, thanks. I installed the required dependencies to build 32-bit manually, and the script picked it up automatically as expected. > > 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 >

