package/libvirt: disable docs and tests
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 15 Sep 2021 20:56:38 +0000 (22:56 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 18 Sep 2021 10:46:17 +0000 (12:46 +0200)
Disable docs and tests which are enabled since the addition of the
package in commit ccfc90e1010e42e6529afae3a5ea8bf7226dabc1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libvirt/libvirt.mk

index 847c35e06e97c458b36f518110a24d893c84c780..396dd6157709ce40890c57093d48f26ba2e92508 100644 (file)
@@ -33,6 +33,7 @@ LIBVIRT_CONF_ENV += \
 LIBVIRT_CONF_OPTS = \
        -Drpath=disabled \
        -Dapparmor=disabled \
+       -Ddocs=disabled \
        -Ddriver_bhyve=disabled \
        -Ddriver_esx=disabled \
        -Ddriver_hyperv=disabled \
@@ -41,10 +42,12 @@ LIBVIRT_CONF_OPTS = \
        -Ddriver_openvz=disabled \
        -Ddriver_remote=enabled \
        -Ddriver_secrets=enabled \
+       -Ddriver_test=disabled \
        -Ddriver_vbox=disabled \
        -Ddriver_vmware=disabled \
        -Ddriver_vz=disabled \
        -Ddtrace=disabled \
+       -Dexpensive_tests=disabled \
        -Dfirewalld=disabled \
        -Dfirewalld_zone=disabled \
        -Dglusterfs=disabled \
@@ -64,6 +67,7 @@ LIBVIRT_CONF_OPTS = \
        -Dstorage_mpath=disabled \
        -Dsysctl_config=enabled \
        -Dtest_coverage=false \
+       -Dtests=disabled \
        -Dudev=enabled \
        -Dwireshark_dissector=disabled