summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2023-05-04 19:10:49 +0200
committerIlya Maximets <i.maximets@ovn.org>2023-05-05 19:19:06 +0200
commit1a1b3106d90e517be416ae14eed625eee240517e (patch)
tree596be38ba4c1a1fb990a9daa5a8273cace2d3ac9 /Makefile.am
parent46240314ac483b93aef081d828b9e86fa9754feb (diff)
downloadopenvswitch-1a1b3106d90e517be416ae14eed625eee240517e.tar.gz
ci: Separate DPDK from OVS build.
Let's separate DPDK compilation from the rest of OVS build: - this avoids multiple jobs building DPDK in parallel, which especially affects builds in the dpdk-latest branch, - we separate concerns about DPDK build requirements from OVS build requirements, like python dependencies, - building DPDK does not depend on how we will link OVS against it, so we can use a single cache entry regardless of DPDK_SHARED option, Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e605187b8..df9c33dfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,8 @@ EXTRA_DIST = \
MAINTAINERS.rst \
README.rst \
NOTICE \
+ .ci/dpdk-build.sh \
+ .ci/dpdk-prepare.sh \
.ci/linux-build.sh \
.ci/linux-prepare.sh \
.ci/osx-build.sh \