Skip to content

Commit b9b565e

Browse files
committed
docker: fix dpdk arch build
1 parent d933933 commit b9b565e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/scripts/build_dpdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main() {
2424
cd /tmp
2525
curl -L "https://fast.dpdk.org/rel/dpdk-${dpdk_version}.tar.xz" | tar xJf -
2626
cd dpdk*"${dpdk_version}"
27-
meson setup build --prefix "/opt/dpdk/${dpdk_version}" -Dc_args="-march=${arch}"
27+
meson setup build --prefix "/opt/dpdk/${dpdk_version}" -Dcpu_instruction_set="${arch}"
2828
ninja -j"${ncores}" -C build install
2929

3030
}

0 commit comments

Comments
 (0)