From 943fbdf7d2e9bca01b3bb241a7be105d81505249 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 10 Oct 2019 15:34:06 +0200 Subject: community/mutter: fix build on builders The builders don't have a TTY, so adding /dev/stdout to test dependencies causes the reconfiguration to loop on them. Remove the faulty directory since we don't run mutter's tests anyway. --- community/mutter/APKBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD index a88cb97906..4622ef9b9d 100644 --- a/community/mutter/APKBUILD +++ b/community/mutter/APKBUILD @@ -20,6 +20,13 @@ source="https://download.gnome.org/sources/mutter/${pkgver%.*}/mutter-$pkgver.ta fix-cogl-path-build-ordering.patch fixudev-req.patch" +prepare() { + default_prepare + # disable unit test subdir, causes looping on builders and we don't run + # tests anyway + sed '/unit/d' -i cogl/tests/meson.build +} + build() { meson \ --prefix=/usr \ @@ -35,7 +42,7 @@ build() { -Dremote_desktop=true \ -Dprofiler=false \ . output - ninja -d explain -C output + ninja -C output } package() { -- cgit v1.2.3