[ovs-dev] [PATCH v2 2/2] travis: Switch to dpdk master branch.

David Marchand david.marchand at redhat.com
Thu Oct 3 18:11:25 UTC 2019


Make this branch point to current dpdk master branch so that we can
track API breakage.

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
Changelog since v1:
- since building DPDK is controlled by either setting DPDK or DPDK_SHARED
  variables, we can set DPDK_VER globally (Ilya),

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6802631..73d8f0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,9 @@ addons:
 
 before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
 
-before_script: export PATH=$PATH:$HOME/bin
+before_script:
+  - export PATH=$PATH:$HOME/bin
+  - export DPDK_VER=refs/heads/master
 
 env:
   - OPTS="--disable-ssl"
-- 
1.8.3.1



More information about the dev mailing list