All the distcheck runs in Travis are equal. Only compiler changes. This patch set targeted to actually run testsuite with desired build options. See patch #4 for details.
First few patches are fixes for the issues I found by Travis after enabling the proper builds. Ilya Maximets (8): travis: Fix building datapath instead of userspace with DPDK_SHARED. datapath: Clean up some gcov, tmp and cache files. automake: Clean up cxxtest.cc. travis: Run testsuite with desired options. travis: Dump config.log on configure failures. travis: Enable printing of executed commands. travis: Use parallel jobs for DPDK and sparse builds. travis: Drop redundant DPDK build check. .travis.yml | 1 - .travis/linux-build.sh | 39 ++++++++++++++++++++------------- .travis/linux-prepare.sh | 2 +- datapath/linux/Makefile.main.in | 4 ++-- include/openvswitch/automake.mk | 1 + 5 files changed, 28 insertions(+), 19 deletions(-) -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
