diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-20 15:18:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-20 15:20:20 +0000 |
commit | f6d807cdb7ec4310ce677ed36098e593c75c39e1 (patch) | |
tree | c5182f764df3982442530c5b857958d84fd1f297 /testing/watchman | |
parent | 53adf386af66f84acd862b6e3983341af914d606 (diff) | |
download | aports-f6d807cdb7ec4310ce677ed36098e593c75c39e1.tar.bz2 aports-f6d807cdb7ec4310ce677ed36098e593c75c39e1.tar.xz |
testing/watchman: disable on s390x due to test failure
FAIL: tests/bser.t
Diffstat (limited to 'testing/watchman')
-rw-r--r-- | testing/watchman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/watchman/APKBUILD b/testing/watchman/APKBUILD index 14b46f88ea..c1024cdd85 100644 --- a/testing/watchman/APKBUILD +++ b/testing/watchman/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.9.0 pkgrel=1 pkgdesc="A file watching service" url="https://facebook.github.io/watchman/" -arch="all" +arch="all !s390x" license="Apache-2.0" makedepends="pcre-dev autoconf automake linux-headers libtool libressl-dev python3-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/watchman/archive/v$pkgver.tar.gz |