Skip to content

Commit

Permalink
ci: Restore vhost-user unit tests in check-dpdk.
Browse files Browse the repository at this point in the history
The PATH variable is incorrectly set, resulting in dpdk-testpmd not
being available and all vhost-user unit tests being skipped.

Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Jun 6, 2024
1 parent ac4df0c commit 456f0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function install_dpdk()
export PKG_CONFIG_PATH=$DPDK_LIB/pkgconfig/:$PKG_CONFIG_PATH

# Expose dpdk binaries.
export PATH=$(pwd)/dpdk-dir/build/bin:$PATH
export PATH=$(pwd)/dpdk-dir/bin:$PATH

if [ ! -f "${VERSION_FILE}" ]; then
echo "Could not find DPDK in $DPDK_INSTALL_DIR"
Expand Down

0 comments on commit 456f0c1

Please sign in to comment.