Skip to content

Commit

Permalink
testing/weston: change arch to "all"
Browse files Browse the repository at this point in the history
Disabled testsuite, as discussed here (with some workarounds, but I
could not get the full testsuite working):
#1689
  • Loading branch information
Oliver Smith authored and kaniini committed Jul 13, 2017
1 parent 07b81d0 commit f243ef7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/weston/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit f243ef7

Please sign in to comment.