~xdavidwu/systemd-apkbuilds

9f611f475114d00b3f91ee542f9d4e11fab3463d — xdavidwu 1 year, 11 months ago 00c7239
systemd: disable tests

we don't run it yet, and it fails to build
1 files changed, 1 insertions(+), 0 deletions(-)

M systemd/APKBUILD
M systemd/APKBUILD => systemd/APKBUILD +1 -0
@@ 128,6 128,7 @@ build() {
		-Dmode=release \
		-Dsysvinit-path='' \
		-Dsysvrcnd-path='' \
		-Dtests=false \
		. output
	meson compile ${JOBS:+-j ${JOBS}} -C output
}