diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-10 17:11:42 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-10 17:11:42 +0000 |
| commit | 5d2e790b29ce991f02ce8041c45878f335431baf (patch) | |
| tree | 33a184508e54d21c4e9445452c77a472cb36f7b4 /testing/watchman | |
| parent | ca37e90309e7a4f0a310a7c4243c1fd4777f1ec9 (diff) | |
| download | aports-5d2e790b29ce991f02ce8041c45878f335431baf.tar.bz2 aports-5d2e790b29ce991f02ce8041c45878f335431baf.tar.xz | |
testing/watchman: disable on mips
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 4adfa37b47..e53175e9be 100644 --- a/testing/watchman/APKBUILD +++ b/testing/watchman/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.9.0 pkgrel=2 pkgdesc="A file watching service" url="https://facebook.github.io/watchman/" -arch="all !s390x" +arch="all !s390x !mips !mips64" # broken tests on big-endian license="Apache-2.0" makedepends="pcre-dev autoconf automake linux-headers libtool openssl-dev python3-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/watchman/archive/v$pkgver.tar.gz |
