On 10/3/2019 7:11 PM, David Marchand wrote:
Make this branch point to current dpdk master branch so that we can
track API breakage.

Signed-off-by: David Marchand <[email protected]>
---
Changelog since v1:
- since building DPDK is controlled by either setting DPDK or DPDK_SHARED
   variables, we can set DPDK_VER globally (Ilya),


Thanks for this David,

builds fine locally and in travis for myself.

https://travis-ci.org/istokes/ovs/builds/597711196

@Ilya, are you ok with the changes addressed in v2.

Regards
Ian
---
  .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"

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to