]> git.droids-corp.org - dpdk.git/commitdiff
ci: remove redundant drivers enabling
authorThomas Monjalon <thomas@monjalon.net>
Sat, 26 Feb 2022 18:36:51 +0000 (19:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 1 Mar 2022 12:47:38 +0000 (13:47 +0100)
No need to explicitly enable drivers bus/vdev and mempool/ring.

bus/vdev is always enabled since
commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds")

mempool/ring is always enabled since
commit 81c2337e044d ("build: make ring mempool driver mandatory")

The driver net/null is kept to allow running test-null.sh.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
.ci/linux-build.sh
devtools/test-meson-builds.sh

index 05aa21ec6905c9b7de37f9509716f5cad67a74cf..69940dec8b1bc7468b679b74a148b93c88fe723d 100755 (executable)
@@ -89,7 +89,7 @@ OPTS="$OPTS --default-library=$DEF_LIB"
 OPTS="$OPTS --buildtype=debugoptimized"
 OPTS="$OPTS -Dcheck_includes=true"
 if [ "$MINI" = "true" ]; then
-    OPTS="$OPTS -Denable_drivers=bus/vdev,mempool/ring,net/null"
+    OPTS="$OPTS -Denable_drivers=net/null"
     OPTS="$OPTS -Ddisable_libs=*"
 fi
 meson build --werror $OPTS
index c07fd16fdc04541a1fba3eb8d8d813e5a02b74d6..a653b253cb00b27034219705b19b0ac9cbc27ce0 100755 (executable)
@@ -221,7 +221,7 @@ for c in gcc clang ; do
 done
 
 build build-mini cc skipABI $use_shared -Ddisable_libs=* \
-       -Denable_drivers=bus/vdev,mempool/ring,net/null
+       -Denable_drivers=net/null
 
 # test compilation with minimal x86 instruction set
 # Set the install path for libraries to "lib" explicitly to prevent problems