ci: update Meson option for generic build
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 11 Oct 2021 13:40:41 +0000 (15:40 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Oct 2021 15:41:00 +0000 (17:41 +0200)
commit59e5e8abab813a8252ebff80e794b152c672ba50
tree573b594c6c150ba1e609a2221c95849951b04d68
parent6de430b7079e8f7c29f9c18869393f74f8dffcb6
ci: update Meson option for generic build

The way we're building DPDK in CI, with -Dmachine=default, has not been
updated when the option got replaced to preserve a backwards-complatible
build call to facilitate ABI verification between DPDK versions. Update
the call to use -Dplatform=generic, which is the most up to date way to
execute the same build which is now present in all DPDK versions the ABI
check verifies.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Acked-by: Aaron Conole <aconole@redhat.com>
.ci/linux-build.sh