From d6645e14471fac8436681dde55c709c95c75f303 Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 14 Sep 2021 14:48:10 +0200 Subject: [PATCH] update void linux ci target --- contrib/ci/dependencies.xml | 5 +++++ contrib/ci/void.sh | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/ci/dependencies.xml b/contrib/ci/dependencies.xml index 3281b57f8..6cdc5d852 100644 --- a/contrib/ci/dependencies.xml +++ b/contrib/ci/dependencies.xml @@ -1186,6 +1186,11 @@ + + + + + diff --git a/contrib/ci/void.sh b/contrib/ci/void.sh index cece09a79..81739897a 100755 --- a/contrib/ci/void.sh +++ b/contrib/ci/void.sh @@ -12,12 +12,9 @@ xbps-install -Suy python3 #build rm -rf build meson build \ - -Dman=false \ - -Ddocs=none \ -Dgusb:tests=false \ -Dgcab:docs=false \ -Dconsolekit=false \ -Dsystemd=false \ - -Db_lto=false \ -Delogind=true ninja -C build test -v