From f243ef7883038a19295f672a7165063b91799606 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 14 Jun 2017 23:35:30 +0000 Subject: testing/weston: change arch to "all" Disabled testsuite, as discussed here (with some workarounds, but I could not get the full testsuite working): https://github.com/alpinelinux/aports/pull/1689 --- testing/weston/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/weston/APKBUILD b/testing/weston/APKBUILD index 99d32b234d..a8a60c1821 100644 --- a/testing/weston/APKBUILD +++ b/testing/weston/APKBUILD @@ -7,7 +7,7 @@ _libname=lib$pkgname _libdir=$_libname-${pkgver%%.*} pkgdesc="The reference Wayland server" url="http://wayland.freedesktop.org" -arch="x86_64 armhf" +arch="all" license="MIT" depends="" makedepends="wayland-protocols libxkbcommon-dev xkeyboard-config @@ -29,6 +29,7 @@ subpackages="$pkgname-dev $pkgname-doc $subpackages " source="http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" +options="!check" build() { cd "$builddir" @@ -51,6 +52,8 @@ build() { make } +# Does not run through, see also: +# https://github.com/alpinelinux/aports/pull/1689 check() { make -C "$builddir" check return 0 -- cgit v1.2.3