]> git.proxmox.com Git - ovs.git/commit
travis: Fix building datapath instead of userspace with DPDK_SHARED.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 8 Feb 2019 16:48:53 +0000 (19:48 +0300)
committerIan Stokes <ian.stokes@intel.com>
Tue, 12 Feb 2019 15:26:28 +0000 (15:26 +0000)
commit3c431eda3b71a244d9d2c6882613af8c08e87e54
tree951bea891f4363daaa384055dcb026543d753f7c
parent946b7be25ecbff771fe71b3b4b4f27377bc5c8e6
travis: Fix building datapath instead of userspace with DPDK_SHARED.

Current script does not check build of OVS with DPDK.
It builds datapath instead.

CC: Ian Stokes <ian.stokes@intel.com>
Fixes: edfe8d263d2e ("travis: Add dpdk shared library build.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
.travis/linux-build.sh