Skip to content

Commit

Permalink
ci: Compile DPDK in non developer mode.
Browse files Browse the repository at this point in the history
This new option [1] has been added to remove checks [2][3] that only
a DPDK developer cares about.

1: https://git.dpdk.org/dpdk/commit/?id=bc4617433845
2: https://git.dpdk.org/dpdk/commit/?id=d317f7ebd484
3: https://git.dpdk.org/dpdk/commit/?id=720dfda4551e

Signed-off-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
  • Loading branch information
david-marchand authored and istokes committed Aug 18, 2021
1 parent 425ce4a commit 480ada8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/linux-build.sh
Expand Up @@ -162,6 +162,10 @@ function install_dpdk()
# Disable building DPDK unit tests. Not needed for OVS build or tests.
DPDK_OPTS="$DPDK_OPTS -Dtests=false"

# Disable DPDK developer mode, this results in less build checks and less
# meson verbose outputs.
DPDK_OPTS="$DPDK_OPTS -Ddeveloper_mode=disabled"

# Install DPDK using prefix.
DPDK_OPTS="$DPDK_OPTS --prefix=$(pwd)/build"

Expand Down

0 comments on commit 480ada8

Please sign in to comment.