diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:16:56 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:16:56 +0000 |
| commit | 5ead16a7ebac91e3f84eed176a8dbc35a90ebca0 (patch) | |
| tree | f8c1e18556e43935658f00c2575a5b3b50520464 /testing | |
| parent | 880e8abb3ac086fc9cb309cbbb714ed738345614 (diff) | |
| download | aports-5ead16a7ebac91e3f84eed176a8dbc35a90ebca0.tar.bz2 aports-5ead16a7ebac91e3f84eed176a8dbc35a90ebca0.tar.xz | |
testing/sopel: disable tests on mips
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/sopel/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/sopel/APKBUILD b/testing/sopel/APKBUILD index 0110d7ef3b..5df1305485 100644 --- a/testing/sopel/APKBUILD +++ b/testing/sopel/APKBUILD @@ -21,6 +21,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v${p fix-tests.patch update-requirements.patch" +case "$CARCH" in +mips*) options="!check";; +esac + builddir="$srcdir/$pkgname-$pkgver" build() { |
