dpdkbuild: disable building DPDK tests
DPDK tests were usualy disabled in the DPDK submodule, as part of skipping dpdk/app directory. Since DPDK 18.02 -Dtests=false option was added to skip building tests in dpdk/app/test. This reduces the overall time taken to build DPDK from submodule without introducing new changes to DPDK. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I425976fa38e09c140e517cccd8aeedd64c67b06c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10504 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
1f085e8e23
commit
a070305fe2
@ -38,6 +38,7 @@ include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
||||
.PHONY: all clean install uninstall
|
||||
|
||||
DPDK_OPTS = -Denable_docs=false
|
||||
DPDK_OPTS += -Dtests=false
|
||||
DPDK_CFLAGS =
|
||||
|
||||
DPDK_KMODS = false
|
||||
|
Loading…
Reference in New Issue
Block a user