mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 10:26:17 +00:00
update void linux ci target
This commit is contained in:
parent
5e67108ab8
commit
d6645e1447
@ -1186,6 +1186,11 @@
|
||||
<package variant="x86_64" />
|
||||
</distro>
|
||||
</dependency>
|
||||
<dependency type="build" id="gi-docgen">
|
||||
<distro id="void">
|
||||
<package />
|
||||
</distro>
|
||||
</dependency>
|
||||
<!-- These are needed for gi-docgen -->
|
||||
<dependency type="build" id="python3-pygments">
|
||||
<distro id="ubuntu">
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user