fix(infra): Add meson venv path 17/42017/1
authorPeter Mikus <[email protected]>
Thu, 12 Dec 2024 12:44:40 +0000 (13:44 +0100)
committerPeter Mikus <[email protected]>
Thu, 12 Dec 2024 12:44:40 +0000 (13:44 +0100)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I8d4ea96bc72f276d625bf185faa755d4eeec87ba

resources/libraries/bash/function/dpdk.sh

index 86abb84..7876eb6 100644 (file)
@@ -97,6 +97,8 @@ function dpdk_compile () {
     meson_options="${meson_options} -Dplatform=generic"
 
     # Compile using Meson and Ninja.
+
+    export PATH="$PATH:/venv/bin"
     meson setup ${meson_options} build || {
         die "Failed to compile DPDK!"
     }