From 7d7cc2d8e9e01e85d66547a08d3e7db1a978c7bd Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 10 Oct 2019 15:42:39 +0200 Subject: community/mutter: also remove 2nd test dir from build That one loops too. --- community/mutter/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/mutter') diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD index 4622ef9b9d..2c5991bb88 100644 --- a/community/mutter/APKBUILD +++ b/community/mutter/APKBUILD @@ -22,9 +22,9 @@ source="https://download.gnome.org/sources/mutter/${pkgver%.*}/mutter-$pkgver.ta prepare() { default_prepare - # disable unit test subdir, causes looping on builders and we don't run + # disable test subdirs, causes looping on builders and we don't run # tests anyway - sed '/unit/d' -i cogl/tests/meson.build + sed -e '/subdir/d' -i cogl/tests/meson.build } build() { -- cgit v1.2.3