raw/ifpga: remove virtual devices on close
[dpdk.git] / devtools / test-meson-builds.sh
index 4ed6132..a653b25 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
@@ -246,7 +246,8 @@ if check_cc_flags '-m32' ; then
                export PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig'
        fi
        target_override='i386-pc-linux-gnu'
-       build build-32b cc ABI -Dc_args='-m32' -Dc_link_args='-m32'
+       build build-32b cc ABI -Dc_args='-m32' -Dc_link_args='-m32' \
+                       -Dcpp_args='-m32' -Dcpp_link_args='-m32'
        target_override=
        unset PKG_CONFIG_LIBDIR
 fi